mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
MySQLi: various updates [9] - mysqli_stmt class synopsis incomplete
A number of methods weren't showing in the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-stmt.php#mysqli-stmt.synopsis). Looking at the docs, I suspect this was caused by the ` (method):` after the `&style.oop;` annotation and/or the missing `role="oop"` for the `methodsynopsis` element. Includes minor indentation fixes. Patch contributed by jrfnl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350066 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ac2f69b3d0
commit
802b577a4b
2 changed files with 6 additions and 6 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<para>&style.oop;</para>
|
||||
<methodsynopsis role="oop">
|
||||
<modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::more_results</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>mysqli_stmt_more_results</methodname>
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<para>&style.oop;</para>
|
||||
<methodsynopsis role="oop">
|
||||
<modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::next_result</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>mysqli_stmt_next_result</methodname>
|
||||
|
|
Loading…
Reference in a new issue