mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
673d2d5174
commit
5152834811
1 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue