From: Egon Schmid Date: Mon, 19 Jul 1999 20:09:05 +0000 (+0000) Subject: It's in PHP 3 and 4. X-Git-Tag: php-4.0b1~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b64eaf737b05eb7a88b5e63e1c1a7d2dbf5a5c84;p=php It's in PHP 3 and 4. --- diff --git a/ext/mysql/mysql.c b/ext/mysql/mysql.c index 6f0f1fec27..3ac465fea6 100644 --- a/ext/mysql/mysql.c +++ b/ext/mysql/mysql.c @@ -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) {