vrana Mon Feb 28 04:04:10 2005 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-stmt-bind-param.xml
Log:
Type of the first parameter is string
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.8
phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.9
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.8 Fri Nov
12 09:01:04 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml Mon Feb
28 04:04:07 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.mysqli-stmt-bind-param">
<refnamediv>
<refname>mysqli_stmt_bind_param</refname>
@@ -21,7 +21,7 @@
<ooclass><classname>mysqli_stmt</classname></ooclass>
<methodsynopsis>
<type>bool</type><methodname>bind_param</methodname>
- <methodparam><type>array</type><parameter>types</parameter></methodparam>
+
<methodparam><type>string</type><parameter>types</parameter></methodparam>
<methodparam><type>mixed</type><parameter
role="reference">var1</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter
role="reference">...</parameter></methodparam>
</methodsynopsis>