diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-02 03:16:35 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-02 03:16:35 +0000 |
commit | b8fdd3c7aedf4fd76089aef11aa136a2760900c0 (patch) | |
tree | b3b66fb9c1a72f207024cbd0fd4c8c6d39151047 /ext/pgsql/php_pgsql.h | |
parent | 2728440fdcaf73f453cac01958e4b07dd5cd987c (diff) | |
download | php-git-b8fdd3c7aedf4fd76089aef11aa136a2760900c0.tar.gz |
Added pg_data_seek().
pg_result_seek() woudl be better name, but there is mysql_data_seek()...
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 11187ece5d..4b00fc3eed 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -83,6 +83,7 @@ PHP_FUNCTION(pg_fetch_object); PHP_FUNCTION(pg_fetch_result); PHP_FUNCTION(pg_fetch_row); PHP_FUNCTION(pg_fetch_all); +PHP_FUNCTION(pg_data_seek); PHP_FUNCTION(pg_affected_rows); PHP_FUNCTION(pg_get_result); PHP_FUNCTION(pg_result_status); |