From b64eaf737b05eb7a88b5e63e1c1a7d2dbf5a5c84 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 19 Jul 1999 20:09:05 +0000 Subject: [PATCH] It's in PHP 3 and 4. --- ext/mysql/mysql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.40.0