From 61cddb2e58ad33f758cbe35eafdf7176384502d5 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Wed, 2 Oct 2002 06:07:31 +0000 Subject: [PATCH] Added pg_ping() desc. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97690 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-ping.xml | 65 +++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 reference/pgsql/functions/pg-ping.xml diff --git a/reference/pgsql/functions/pg-ping.xml b/reference/pgsql/functions/pg-ping.xml new file mode 100644 index 0000000000..d63bdcf34a --- /dev/null +++ b/reference/pgsql/functions/pg-ping.xml @@ -0,0 +1,65 @@ + + + + + + pg_ping + Ping database connection + + + Description + + arraypg_ping + resourceconnection + + + pg_ping ping database connection, try to + reconnect if it is broken. It returns &true is connection is + alive, otherwise &false;. + + + See also pg_connection_status and + pg_connection_reset. + + + + PostgreSQL fetch array + + +]]> + + + + + + +