]> granicus.if.org Git - php/commitdiff
The last forgotten prototypes I know.
authorEgon Schmid <eschmid@php.net>
Mon, 19 Jul 1999 20:37:17 +0000 (20:37 +0000)
committerEgon Schmid <eschmid@php.net>
Mon, 19 Jul 1999 20:37:17 +0000 (20:37 +0000)
ext/pgsql/pgsql.c

index 2e4412c3fd3056303cae82cc6da94a80f06c1c7b..4f119ab8de1420287beac15f11c828bdce64c7c0 100644 (file)
@@ -955,7 +955,7 @@ PHP_FUNCTION(pgsql_fetch_row)
 /* }}} */
 
 /* ??  This is a rather odd function - why not just point pg_fetcharray() directly at fetch_hash ? -RL */
-/* {{{ proto array pg_fetch_array(int result, int row)
+/* {{{ proto array pg_fetch_array(int result, int row [, int result_type])
    Fetch a row as an array */
 PHP_FUNCTION(pgsql_fetch_array)
 {
@@ -963,7 +963,7 @@ PHP_FUNCTION(pgsql_fetch_array)
 }
 /* }}} */
 
-/* {{{ proto object pg_fetch_object(int result, int row)
+/* {{{ proto object pg_fetch_object(int result, int row [, int result_type])
    Fetch a row as an object */
 PHP_FUNCTION(pgsql_fetch_object)
 {