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:
Jakub Vrana 2018-01-26 16:49:23 +00:00
parent 82cb7475e2
commit fb9198e04b

View file

@ -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>