mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix 30632 again, The return values were already explained, and the result an be null too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171751 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d4983604b4
commit
91ec325f8a
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-stmt-fetch">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_fetch</refname>
|
||||
|
@ -12,14 +12,14 @@
|
|||
<title>Description</title>
|
||||
<para>Procedural style:</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>mysqli_stmt_fetch</methodname>
|
||||
<type>mixed</type><methodname>mysqli_stmt_fetch</methodname>
|
||||
<methodparam><type>object</type><parameter>stmt</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (method):</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>stmt</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>bool</type>
|
||||
<type>mixed</type>
|
||||
<methodname>fetch</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<para>
|
||||
<function>mysqli_stmt_fetch</function> fetch the result from a prepared
|
||||
statement into the variables bound by
|
||||
<function>mysqli_stmt_bind_result</function>. &return.success;
|
||||
<function>mysqli_stmt_bind_result</function>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue