PHP/File Directory/File Lock — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 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
-->