mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Added pg_ping()
This commit is contained in:
parent
f8f11ac0a2
commit
2728440fdc
3 changed files with 35 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue