[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-bind-result.xml
by Georg Richter other posts by this author
Jul 30 2006 4:32AM messages near this date
[PHP-DOC] cvs: phpdoc /en/reference/kadm5/functions kadm5-modify-principal.xml
|
[PHP-DOC] Notes Status, 15416 total
georg Sun Jul 30 11:32:46 2006 UTC
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-stmt-bind-result.xml
Log:
Added/Fixed note: mysqli_stmt_bind_result has to be called after mysqli_stmt_execute
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-result.x
ml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-result.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-result.xml:1.7 phpdoc/en/refer
ence/mysqli/functions/mysqli-stmt-bind-result.xml:1.8
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-result.xml:1.7 Tue Apr 26 14:33:30
2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-result.xml Sun Jul 30 11:32:46 200
6
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.mysqli-stmt-bind-result">
<refnamediv>
<refname> mysqli_stmt_bind_result</refname>
@@ -32,7 +32,8 @@
</para>
<note>
<para>
- Note that all columns must be bound prior to calling <function> mysqli_stmt_fetch</func
tion> .
+ Note that all columns must be bound after <function> mysqli_stmt_execute</function> and
prior to calling
+ <function> mysqli_stmt_fetch</function>.
Depending on column types bound variables can silently change to the corresponding PHP
type.
</para>
<para>
|