Added pg_ping()

This commit is contained in:
Yasuo Ohgaki 2002-10-02 02:41:21 +00:00
parent f8f11ac0a2
commit 2728440fdc
3 changed files with 35 additions and 2 deletions

View file

@ -71,6 +71,7 @@ PHP_FUNCTION(pg_dbname);
PHP_FUNCTION(pg_port);
PHP_FUNCTION(pg_tty);
PHP_FUNCTION(pg_options);
PHP_FUNCTION(pg_ping);
/* query functions */
PHP_FUNCTION(pg_query);
PHP_FUNCTION(pg_send_query);