From c7a6297379950a153dc366df1b3d4203076aa435 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 8 Mar 2008 22:56:57 +0000 Subject: [PATCH] some typo fixes and missing descriptions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254641 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/constants.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index bed88e563f..3487c2e9fa 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants;
@@ -66,7 +66,8 @@ MYSQLI_CLIENT_INTERACTIVE - Allow interactive_timeout seconds (instead of wait_timeout seconds) of inactivity before closing the connection. The client"s session wait_timeout variable will be set to the value of the session interactive_timeout variable. + Allow interactive_timeout seconds (instead of wait_timeout seconds) of inactivity before closing the connection. + The client's session wait_timeout variable will be set to the value of the session interactive_timeout variable. @@ -82,7 +83,7 @@ MYSQLI_CLIENT_NO_SCHEMA - Don"t allow the db_name.tbl_name.col_name syntax. + Don't allow the db_name.tbl_name.col_name syntax. @@ -90,7 +91,7 @@ MYSQLI_CLIENT_MULTI_QUERIES - + Allows multiple semicolon-delimited queries in a single mysqli_query call.