From 6a0fe1549dbdac043d96d26452e85dc12630abaa Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 20 Jul 2004 01:48:47 +0000 Subject: [PATCH] Added an example. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163703 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-ping.xml | 34 +++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/reference/mysql/functions/mysql-ping.xml b/reference/mysql/functions/mysql-ping.xml index 2479682aab..6203838e3b 100644 --- a/reference/mysql/functions/mysql-ping.xml +++ b/reference/mysql/functions/mysql-ping.xml @@ -1,5 +1,5 @@ - + @@ -23,6 +23,38 @@ mysql_ping returns &true; if the connection to the server is working, otherwise &false;. + + + A <function>mysql_ping</function> example + + +]]> + + + See also mysql_thread_id and