mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
More useful seealso, and add missing codepath
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277785 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5ba8902e48
commit
6bbe1775f4
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<refentry xml:id="streamwrapper.stream-lock" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -16,7 +16,8 @@
|
|||
<para>
|
||||
This method is called in response to <function>flock</function>, when
|
||||
<function>file_put_contents</function> (when <parameter>flags</parameter>
|
||||
contains <constant>LOCK_EX</constant>), and when closing the stream
|
||||
contains <constant>LOCK_EX</constant>),
|
||||
<function>stream_set_blocking</function> and when closing the stream
|
||||
(<constant>LOCK_UN</constant>).
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -105,8 +106,7 @@
|
|||
<para>
|
||||
<simplelist>
|
||||
<member><function>stream_set_blocking</function></member>
|
||||
<member><function>stream_set_timeout</function></member>
|
||||
<member><function>stream_set_write_buffer</function></member>
|
||||
<member><function>flock</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue