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.xml?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/reference/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 2006
@@ -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</function>.
+ 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>