PHP/File Directory/File Lock
Версия от 10:37, 26 мая 2010; (обсуждение)
Integer Arguments to the flock() Function
<!--
Integer Lock Type Description
1 Shared Allows other processes to read the file
but prevents writing
2 Exclusive Prevents other processes from either reading or writing
3 Release Releases a shared or exclusive lock
-->