mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
MySQLi: various updates [4] - missing OO style method signatures (mysqli)
Two documentation pages did display the procedural style method signature, but were missing the OO-style signature. Patch contributed by jrfnl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350061 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
144fc4f4d1
commit
dc2feba863
2 changed files with 11 additions and 0 deletions
|
@ -9,6 +9,12 @@
|
|||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>&style.oop;</para>
|
||||
<methodsynopsis role="oop">
|
||||
<modifier>public</modifier> <type>void</type><methodname>mysqli::set_local_infile_default</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>mysqli_set_local_infile_default</methodname>
|
||||
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
|
||||
|
|
|
@ -9,6 +9,11 @@
|
|||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>&style.oop;</para>
|
||||
<methodsynopsis role="oop">
|
||||
<modifier>public</modifier> <type>void</type><methodname>mysqli::thread_safe</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>mysqli_thread_safe</methodname>
|
||||
|
|
Loading…
Reference in a new issue