From c33767ade362683cda95ec8db2a7fb8319315fc3 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 25 Oct 2002 12:35:17 +0000 Subject: [PATCH] example "fix" just to avoid the "ugly" layout at php.net/myslq_stat git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101301 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-stat.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/reference/mysql/functions/mysql-stat.xml b/reference/mysql/functions/mysql-stat.xml index 4cc460ec1a..2138518205 100644 --- a/reference/mysql/functions/mysql-stat.xml +++ b/reference/mysql/functions/mysql-stat.xml @@ -1,5 +1,5 @@ - + @@ -30,7 +30,8 @@ ]]> @@ -38,8 +39,17 @@ printf("%s\n", mysql_stat($link)); The above example would produce the following output: Uptime: 5380 + [1] => Threads: 2 + [2] => Questions: 1321299 + [3] => Slow queries: 0 + [4] => Opens: 26 + [5] => Flush tables: 1 + [6] => Open tables: 17 + [7] => Queries per second avg: 245.595 +) ]]>