event_buffer_timeout_set() returns void

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287395 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Antony Dovgal 2009-08-17 07:15:43 +00:00
parent 673d2d5174
commit 5152834811

View file

@ -9,13 +9,13 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>event_buffer_timeout_set</methodname>
<type>void</type><methodname>event_buffer_timeout_set</methodname>
<methodparam><type>resource</type><parameter>bevent</parameter></methodparam>
<methodparam><type>int</type><parameter>read_timeout</parameter></methodparam>
<methodparam><type>int</type><parameter>write_timeout</parameter></methodparam>
</methodsynopsis>
<para>
Sets the read and write timeout for the specified buffered event.
Sets the read and write timeouts for the specified buffered event.
</para>
</refsect1>
@ -51,13 +51,6 @@
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
<function>event_buffer_timeout_set</function> returns &true; on success or &false; on error.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file