summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-17 11:48:07 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-17 11:48:07 +0000
commit67d9cd69759cd7bcd59dda62db7a4ed5cf22b5a2 (patch)
tree3ecded340e5270ac07882d1d0217fffe718f7a85
parent8a4b6a79b77e592bd2472c82f8b689c16f0c6d17 (diff)
downloadphp-git-67d9cd69759cd7bcd59dda62db7a4ed5cf22b5a2.tar.gz
proto fix
-rw-r--r--ext/pgsql/pgsql.c2
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)
{