From d5b62945d3b500df324f34f229ca77fb0a517438 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 9 Nov 2005 10:37:48 +0000 Subject: [PATCH] Packet instead of package (bug #35157) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200282 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-stmt-bind-param.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/mysqli/functions/mysqli-stmt-bind-param.xml b/reference/mysqli/functions/mysqli-stmt-bind-param.xml index 991d2a694d..0c6666343a 100644 --- a/reference/mysqli/functions/mysqli-stmt-bind-param.xml +++ b/reference/mysqli/functions/mysqli-stmt-bind-param.xml @@ -1,5 +1,5 @@ - + mysqli_stmt_bind_param @@ -56,7 +56,7 @@ b - corresponding variable is a blob and will be send in packages + corresponding variable is a blob and will be send in packets @@ -64,10 +64,10 @@ - If data size of a variable exceeds max. allowed package size - (max_allowed_package), you have to specify b in + If data size of a variable exceeds max. allowed packet size + (max_allowed_packet), you have to specify b in types and use - mysqli_stmt_send_long_data to send the data in packages. + mysqli_stmt_send_long_data to send the data in packets. The number of variables and length of