georg Sun Mar 28 03:52:33 2004 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-stmt-bind-param.xml
Log:
fixed wrong function name in description
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml?r1=1.2&r2=1.3&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.2
phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.3
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.2 Wed Mar 10
11:25:55 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml Sun Mar 28
03:52:33 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.mysqli-stmt-bind-param">
<refnamediv>
<refname>mysqli_stmt_bind_param</refname>
@@ -28,7 +28,7 @@
</methodsynopsis>
</classsynopsis>
<para>
- <function>mysql_bind_param</function> is used to bind variables for the
+ <function>mysqli_stmt_bind_param</function> is used to bind variables for the
parameter markers in the SQL statement that was passed to
<function>mysql_prepare</function>.
The string <parameter>types</parameter> contains one or more characters which
specify