mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix bug #54757
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311133 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1f9e2a87ee
commit
6e5ca69e5c
1 changed files with 4 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>sybase_set_message_handler</methodname>
|
||||
<methodparam><type>callback</type><parameter>handler</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>sybase_set_message_handler</function> sets a user function to
|
||||
|
@ -37,9 +37,10 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>connection</parameter></term>
|
||||
<term><parameter>link_identifier</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If the link identifier isn't specified, the last opened link is assumed.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -69,7 +70,7 @@
|
|||
<row>
|
||||
<entry>4.3.5</entry>
|
||||
<entry>
|
||||
The <parameter>connection</parameter> parameter was added.
|
||||
The <parameter>link_identifier</parameter> parameter was added.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue