mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document mysqli_stmt::num_rows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343942 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
82cb7475e2
commit
fb9198e04b
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<refentry xml:id="mysqli-stmt.num-rows" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt::$num_rows</refname>
|
||||
<refname>mysqli_stmt::num_rows</refname>
|
||||
<refname>mysqli_stmt_num_rows</refname>
|
||||
<refpurpose>Return the number of rows in statements result set</refpurpose>
|
||||
</refnamediv>
|
||||
|
@ -11,6 +12,10 @@
|
|||
&reftitle.description;
|
||||
<para>&style.oop;</para>
|
||||
<fieldsynopsis><type>int</type><varname linkend="mysqli-stmt.num-rows">mysqli_stmt->num_rows</varname></fieldsynopsis>
|
||||
<methodsynopsis role="oop">
|
||||
<type>int</type><methodname>mysqli_stmt::num_rows</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>mysqli_stmt_num_rows</methodname>
|
||||
|
|
Loading…
Reference in a new issue