diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-17 11:48:07 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-17 11:48:07 +0000 |
commit | 67d9cd69759cd7bcd59dda62db7a4ed5cf22b5a2 (patch) | |
tree | 3ecded340e5270ac07882d1d0217fffe718f7a85 | |
parent | 8a4b6a79b77e592bd2472c82f8b689c16f0c6d17 (diff) | |
download | php-git-67d9cd69759cd7bcd59dda62db7a4ed5cf22b5a2.tar.gz |
proto fix
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 154255c5ce..6f92c4553f 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -2554,7 +2554,7 @@ PHP_FUNCTION(pg_send_query) /* }}} */ -/* {{{ proto query resouce pg_get_result(resource connection) +/* {{{ proto resource pg_get_result([resource connection]) Get asynchronous query result */ PHP_FUNCTION(pg_get_result) { |