mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
minor typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159886 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5025ca152f
commit
0b48384190
1 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue