dbs Thu Oct 6 10:53:25 2005 EDT
Modified files: /phpdoc/en/reference/ibm_db2/functions db2-bind-param.xml Log: Correct example code and output. http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml diff -u phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml:1.7 phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml:1.8 --- phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml:1.7 Wed Oct 5 17:00:31 2005 +++ phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml Thu Oct 6 10:53:20 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.db2-bind-param"> <refnamediv> @@ -210,7 +210,7 @@ db2_bind_param($stmt, 3, "weight", DB2_PARAM_OUT); print "Values of bound parameters _before_ CALL:\n"; -print " {$name} {$second_name} {$weight}\n\n"; +print " 1: {$name} 2: {$second_name} 3: {$weight}\n\n"; if (db2_execute($stmt)) { print "Values of bound parameters _after_ CALL:\n"; @@ -231,7 +231,7 @@ 1: Peaches 2: Rickety Ride 3: Values of bound parameters _after_ CALL: - 1: Peaches 2: Rickety Ride 3: + 1: Peaches 2: TRUE 3: 22 Results: Peaches, dog, 12.3