mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
MySQLi: various updates [12] - mysqli_result class synopsis incomplete
A number of methods weren't showing in the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-result.php#mysqli-result.synopsis). I suspect this was caused by the missing `role="oop"` for the `methodsynopsis` element. Patch contributed by jrfnl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350069 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c1434c95fc
commit
7f940ab1e9
1 changed files with 4 additions and 4 deletions
|
@ -16,12 +16,12 @@
|
|||
<modifier>public</modifier> <type>void</type><methodname>mysqli_result::free</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>mysqli_result::close</methodname>
|
||||
<methodsynopsis role="oop">
|
||||
<modifier>public</modifier> <type>void</type><methodname>mysqli_result::close</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>mysqli_result::free_result</methodname>
|
||||
<methodsynopsis role="oop">
|
||||
<modifier>public</modifier> <type>void</type><methodname>mysqli_result::free_result</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
|
|
Loading…
Reference in a new issue