baoengb Fri May 28 12:43:01 2004 EDT
Modified files: /phpdoc/en/reference/mysqli/functions mysqli-stmt-send-long-data.xml Log: minor typos http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-send-long-data.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-send-long-data.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-send-long-data.xml:1.1 phpdoc/en/reference/mysqli/functions/mysqli-stmt-send-long-data.xml:1.2 --- phpdoc/en/reference/mysqli/functions/mysqli-stmt-send-long-data.xml:1.1 Tue Mar 9 12:21:48 2004 +++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-send-long-data.xml Fri May 28 12:43:01 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.mysqli-stmt-send-long-data"> <refnamediv> <refname>mysqli_stmt_send_long_data</refname> @@ -32,15 +32,16 @@ </para> <para> <parameter>param_nr</parameter> indicates which parameter to associate the data with. - Parameters are numbered beginning with 0. data is a string containing data to be sent. + Parameters are numbered beginning with 0. + <parameter>data</parameter> is a string containing data to be sent. </para> </refsect1> <refsect1> - <title>Return values</title> + &reftitle.returnvalues; <para>&return.success;</para> </refsect1> <refsect1> - <title>See also</title> + &reftitle.seealso; <para> <function>mysqli_prepare</function>, <function>mysqli_stmt_bind_param</function>