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:
Christoph Michael Becker 2020-06-20 14:58:14 +00:00
parent a3e019b85e
commit 7f5b8ffd1c

View file

@ -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>