mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix doc bug #61598 (Wrong return type at description).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324695 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5de0ed0920
commit
6fd194c95e
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>&style.oop;</para>
|
||||
<fieldsynopsis><type>string</type><varname linkend="mysqli-stmt.error-list">mysqli_stmt->error_list</varname></fieldsynopsis>
|
||||
<fieldsynopsis><type>array</type><varname linkend="mysqli-stmt.error-list">mysqli_stmt->error_list</varname></fieldsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>mysqli_stmt_error_list</methodname>
|
||||
<type>array</type><methodname>mysqli_stmt_error_list</methodname>
|
||||
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue