adding return.success

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140508 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-09-17 12:31:11 +00:00
parent 25cd819f59
commit 9a86686675
2 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
<refentry id="function.stream-set-blocking">
<refnamediv>
@ -23,6 +23,9 @@
while in blocking mode it will wait for data to become available
on the stream.
</para>
<para>
&return.success;
</para>
<para>
This function was previously called as
<function>set_socket_blocking</function> and later
@ -37,7 +40,7 @@
</note>
<para>
See also
<function>stream_select</function>
<function>stream_select</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.18 -->
<refentry id="function.stream-set-timeout">
<refnamediv>
@ -17,9 +17,9 @@
<para>
Sets the timeout value on <parameter>stream</parameter>,
expressed in the sum of <parameter>seconds</parameter> and
<parameter>microseconds</parameter>.
<parameter>microseconds</parameter>. &return.success;
<example>
<title><function>stream_set_timeout</function> Example</title>
<title><function>stream_set_timeout</function> example</title>
<programlisting role="php">
<![CDATA[
<?php