mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Tagged new 0.0.4 features as 0.0.4+, and fixed a couple typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300696 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
41c30ef618
commit
271e13fc18
3 changed files with 26 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="function.event-buffer-new" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xml:id="function.event-buffer-set-callback" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>event_buffer_set_callback</refname>
|
||||
<refpurpose>Set or reset callbacks for a buffered event</refpurpose>
|
||||
|
@ -17,7 +17,7 @@
|
|||
<methodparam choice="opt"><type>mixed</type><parameter>arg</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Sets or changess existing callbacks for the buffered <parameter>event</parameter>.
|
||||
Sets or changes existing callbacks for the buffered <parameter>event</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<function>event_buffer_set_callback</function> returns &true; on success or &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -130,6 +130,28 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="changelog">
|
||||
&reftitle.changelog;
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>0.0.4</entry>
|
||||
<entry>
|
||||
<constant>EV_SIGNAL</constant> support was added.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<function name='event_base_set' from='PECL libevent >= 0.0.1'/>
|
||||
<function name='event_buffer_base_set' from='PECL libevent >= 0.0.1'/>
|
||||
<function name='event_buffer_disable' from='PECL libevent >= 0.0.1'/>
|
||||
<function name='event_buffer_set_callback' from='PECL libevent >= 0.0.4'/>
|
||||
<function name='event_buffer_enable' from='PECL libevent >= 0.0.1'/>
|
||||
<function name='event_buffer_fd_set' from='PECL libevent >= 0.0.1'/>
|
||||
<function name='event_buffer_free' from='PECL libevent >= 0.0.1'/>
|
||||
|
|
Loading…
Reference in a new issue