]> granicus.if.org Git - php/commitdiff
It's in PHP 3 and 4.
authorEgon Schmid <eschmid@php.net>
Mon, 19 Jul 1999 20:09:05 +0000 (20:09 +0000)
committerEgon Schmid <eschmid@php.net>
Mon, 19 Jul 1999 20:09:05 +0000 (20:09 +0000)
ext/mysql/mysql.c

index 6f0f1fec2729ebfba3432b623992720511783951..3ac465fea6419908865d4f22a2a936025a653a36 100644 (file)
@@ -1472,7 +1472,7 @@ PHP_FUNCTION(mysql_fetch_row)
 /* }}} */
 
 
-/* {{{ proto object mysql_fetch_object(int result)
+/* {{{ proto object mysql_fetch_object(int result [, int result_type])
    Fetch a result row as an object */
 PHP_FUNCTION(mysql_fetch_object)
 {
@@ -1486,7 +1486,7 @@ PHP_FUNCTION(mysql_fetch_object)
 /* }}} */
 
 
-/* {{{ proto array mysql_fetch_array(int result)
+/* {{{ proto array mysql_fetch_array(int result [, int result_type])
    Fetch a result row as an associative array */
 PHP_FUNCTION(mysql_fetch_array)
 {