mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix: EventBuffer::pullup, EventBuffer::lock and EventBuffer::drain prototypes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332833 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9e7d683be6
commit
2b5c62c3b4
3 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier>
|
||||
<type>void</type>
|
||||
<type>bool</type>
|
||||
<methodname>EventBuffer::drain</methodname>
|
||||
<methodparam>
|
||||
<type>int</type>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns &true; on success. Otherwise &false;.
|
||||
&return.void;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier>
|
||||
<type>void</type>
|
||||
<type>string</type>
|
||||
<methodname>EventBuffer::pullup</methodname>
|
||||
<methodparam>
|
||||
<type>string</type>
|
||||
<type>int</type>
|
||||
<parameter>size</parameter>
|
||||
</methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
Loading…
Reference in a new issue