diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2003-01-15 10:21:15 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2003-01-15 10:21:15 +0000 |
commit | 345ada81c8e5f89ff831793e8b996460e7732957 (patch) | |
tree | 29d621563086694106ee632ad4cdce2632aa1e06 | |
parent | f8b55fabc5c52dec67a705cd87afe111cc8a5cc9 (diff) | |
download | php-git-345ada81c8e5f89ff831793e8b996460e7732957.tar.gz |
Fixed proto
-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 12cf75f3cb..2c09a7307c 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -2947,7 +2947,7 @@ PHP_FUNCTION(pg_send_query) /* }}} */ -/* {{{ proto resource pg_get_result([resource connection]) +/* {{{ proto resource pg_get_result(resource connection) Get asynchronous query result */ PHP_FUNCTION(pg_get_result) { |