minor typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159886 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Enrique Garcia Briones 2004-05-28 16:43:01 +00:00
parent 5025ca152f
commit 0b48384190

View file

@ -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>