LOCK_NB not supported on Windows (bug #41769)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241317 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-16 13:46:21 +00:00
parent a5918e092e
commit f95fc9e44b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.16 $ -->
<!-- $Revision: 1.17 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.flock">
<refnamediv>
<refname>flock</refname>
@ -67,6 +67,7 @@
<simpara>
<constant>LOCK_NB</constant> if you don't want
<function>flock</function> to block while locking.
(not supported on Windows)
</simpara>
</listitem>
</itemizedlist>