mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Packet instead of package (bug #35157)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200282 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0a9c037bc6
commit
d5b62945d3
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry id="function.mysqli-stmt-bind-param">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_bind_param</refname>
|
||||
|
@ -56,7 +56,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>b</entry>
|
||||
<entry>corresponding variable is a blob and will be send in packages</entry>
|
||||
<entry>corresponding variable is a blob and will be send in packets</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
@ -64,10 +64,10 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
If data size of a variable exceeds max. allowed package size
|
||||
(max_allowed_package), you have to specify <literal>b</literal> in
|
||||
If data size of a variable exceeds max. allowed packet size
|
||||
(max_allowed_packet), you have to specify <literal>b</literal> in
|
||||
<parameter>types</parameter> and use
|
||||
<function>mysqli_stmt_send_long_data</function> to send the data in packages.
|
||||
<function>mysqli_stmt_send_long_data</function> to send the data in packets.
|
||||
</para>
|
||||
<para>
|
||||
The number of variables and length of
|
||||
|
|
Loading…
Reference in a new issue