summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2015-06-23 17:46:07 -0400
committerRasmus Lerdorf <rasmus@php.net>2015-06-23 17:46:20 -0400
commit28d7bb97a11c8eb55d568cb095517861c2e33d45 (patch)
treea2d1ec4e14b99fb1aaeca2fcdbd3776073fe1850 /ext/pgsql/pgsql.c
parent2d2bd2db971d4a3d9447418ec47dc79b1a782c95 (diff)
downloadphp-git-28d7bb97a11c8eb55d568cb095517861c2e33d45.tar.gz
Fix more proto comments
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r--ext/pgsql/pgsql.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index 6965589154..704a919712 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -5260,7 +5260,7 @@ PHP_FUNCTION(pg_result_status)
}
/* }}} */
-/* {{{ proto array pg_get_notify([resource connection[, result_type]])
+/* {{{ proto mixed pg_get_notify([resource connection[, int result_type]])
Get asynchronous notification */
PHP_FUNCTION(pg_get_notify)
{
@@ -5400,7 +5400,7 @@ static int php_pgsql_fd_cast(php_stream *stream, int cast_as, void **ret) /* {{{
}
/* }}} */
-/* {{{ proto resource pg_socket(resource)
+/* {{{ proto resource pg_socket(resource connection)
Get a read-only handle to the socket underlying the pgsql connection */
PHP_FUNCTION(pg_socket)
{
@@ -5427,7 +5427,7 @@ PHP_FUNCTION(pg_socket)
}
/* }}} */
-/* {{{ proto bool pg_consume_input(resource)
+/* {{{ proto bool pg_consume_input(resource connection)
Reads input on the connection */
PHP_FUNCTION(pg_consume_input)
{
@@ -5446,7 +5446,7 @@ PHP_FUNCTION(pg_consume_input)
}
/* }}} */
-/* {{{ proto mixed pg_flush(resource)
+/* {{{ proto mixed pg_flush(resource connection)
Flush outbound query data on the connection */
PHP_FUNCTION(pg_flush)
{