From e6be6e7382e5deeea7be9db1dedd0d7b7e7dfe89 Mon Sep 17 00:00:00 2001 From: Anthony Bedford Date: Thu, 12 Feb 2009 16:11:31 +0000 Subject: [PATCH] Ths function returns stats for the connection. There is another function to return zval stats. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275669 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/get-connection-stats.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/mysqli/mysqli/get-connection-stats.xml b/reference/mysqli/mysqli/get-connection-stats.xml index 40d0681e2b..d55ab49d80 100644 --- a/reference/mysqli/mysqli/get-connection-stats.xml +++ b/reference/mysqli/mysqli/get-connection-stats.xml @@ -1,10 +1,10 @@ - + mysqli::get_connection_stats mysqli_get_connection_stats - Returns statistics about the zval cache + Returns statistics about the client connection @@ -19,7 +19,7 @@ &warn.undocumented.func; - Returns statistics about the zval cache. + Returns statistics about the client connection. &mysqli.available.mysqlnd; @@ -34,7 +34,7 @@ &reftitle.returnvalues; - Returns an array with connection stats in success, &false; otherwise. + Returns an array with connection stats if success, &false; otherwise.