From 4375c4d1da7f0c910b19128c9f39b9e87ce35b5d Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 16 Dec 2001 11:55:36 +0000 Subject: [PATCH] added skeletons for missing functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65279 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pgsql.xml | 91 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 90 insertions(+), 1 deletion(-) diff --git a/functions/pgsql.xml b/functions/pgsql.xml index 7307bd1e1a..2dc28c7279 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1,5 +1,5 @@ - + PostgreSQL functions PostgreSQL @@ -1768,6 +1768,95 @@ $dbconn4 = pg_connect ($conn_string); + + + pg_get_result + + Get asynchronous query result + + + + Description + + + resource pg_get_result + resource connection + + + + &warn.undocumented.func; + + + + + + + pg_request_cancel + + Cancel request + + + + Description + + + bool pg_request_cancel + resource connection + + + + &warn.undocumented.func; + + + + + + + pg_is_busy + + Get connection is busy or not + + + + Description + + + bool pg_is_busy + resource connection + + + + &warn.undocumented.func; + + + + + + + pg_send_query + + Send asynchronous query + + + + Description + + + bool pg_send_query + resource connection + string qeury + + + bool pg_send_query + string qeury + + + + &warn.undocumented.func; + + + +