mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
MySQLi: various updates [6] - remove superfluous param (mysqli)
* When called OO-style, the `mysqli $link` does not need to be passed AFAIK. Verification recommended. * Add the method visibility modifier. Patch contributed by jrfnl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350063 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a3e019b85e
commit
7f5b8ffd1c
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@
|
|||
&reftitle.description;
|
||||
<para>&style.oop;</para>
|
||||
<methodsynopsis role="oop">
|
||||
<type>bool</type><methodname>mysqli::set_local_infile_handler</methodname>
|
||||
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>mysqli::set_local_infile_handler</methodname>
|
||||
<methodparam><type>callable</type><parameter>read_func</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
|
|
Loading…
Reference in a new issue