diff options
author | Egon Schmid <eschmid@php.net> | 1999-07-19 20:09:05 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 1999-07-19 20:09:05 +0000 |
commit | b64eaf737b05eb7a88b5e63e1c1a7d2dbf5a5c84 (patch) | |
tree | 40e97b1fa034187d698a607498b715c943dc19d7 /ext/mysql/mysql.c | |
parent | 8d1de13aef82b5bed8f0f50737ec1065f94b7660 (diff) | |
download | php-git-b64eaf737b05eb7a88b5e63e1c1a7d2dbf5a5c84.tar.gz |
It's in PHP 3 and 4.
Diffstat (limited to 'ext/mysql/mysql.c')
-rw-r--r-- | ext/mysql/mysql.c | 4 |
1 files 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) { |