For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > July 2006 > cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-bind-result.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-bind-result.xml
Georg Richter

2006-07-30, 7:57 am

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/phpdo...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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com