ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[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> 

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved