mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
LOCK_NB is not supported on Windows
Internally LOCK_NB is simply discarded if the bits are passed along to flock() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342693 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
70fb482c26
commit
04e210bb02
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
<para>
|
||||
It is also possible to add <constant>LOCK_NB</constant> as a bitmask to one
|
||||
of the above operations if you don't want <function>flock</function> to
|
||||
block while locking.
|
||||
block while locking (Not supported on Windows).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue