mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
dc2feba863
commit
a3e019b85e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue