MySQLi: various updates [5] - fix typo (mysqli)

* Fix typo - method was referring to the wrong class in its signature.
* Add the method visibility modifier.

Patch contributed by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350062 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-06-20 14:57:26 +00:00
parent dc2feba863
commit a3e019b85e

View file

@ -13,7 +13,7 @@
<para>&style.oop;</para>
<fieldsynopsis><type>string</type><varname linkend="mysqli.get-server-info">mysqli->server_info</varname></fieldsynopsis>
<methodsynopsis role="oop">
<type>string</type><methodname>mysqli_stmt::get_server_info</methodname>
<modifier>public</modifier> <type>string</type><methodname>mysqli::get_server_info</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>