mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
LOCK_NB can be added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290971 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bee5028f42
commit
8b80fc1009
1 changed files with 5 additions and 7 deletions
|
@ -65,15 +65,13 @@
|
|||
<constant>LOCK_UN</constant> to release a lock (shared or exclusive).
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>LOCK_NB</constant> if you don't want
|
||||
<function>flock</function> to block while locking.
|
||||
(not supported on Windows)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
It is also possible to add <constant>LOCK_NB</constant> if you don't
|
||||
want <function>flock</function> to block while locking.
|
||||
(not supported on Windows)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
Loading…
Reference in a new issue