Skip to content

Commit b64eaf7

Browse files
author
Egon Schmid
committed
It's in PHP 3 and 4.
1 parent 8d1de13 commit b64eaf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mysql/mysql.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ PHP_FUNCTION(mysql_fetch_row)
14721472
/* }}} */
14731473

14741474

1475-
/* {{{ proto object mysql_fetch_object(int result)
1475+
/* {{{ proto object mysql_fetch_object(int result [, int result_type])
14761476
Fetch a result row as an object */
14771477
PHP_FUNCTION(mysql_fetch_object)
14781478
{
@@ -1486,7 +1486,7 @@ PHP_FUNCTION(mysql_fetch_object)
14861486
/* }}} */
14871487

14881488

1489-
/* {{{ proto array mysql_fetch_array(int result)
1489+
/* {{{ proto array mysql_fetch_array(int result [, int result_type])
14901490
Fetch a result row as an associative array */
14911491
PHP_FUNCTION(mysql_fetch_array)
14921492
{

0 commit comments

Comments
 (0)