Skip to content

Commit 5fdd456

Browse files
author
Egon Schmid
committed
Test, will document this soon.
1 parent 2bc33cb commit 5fdd456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/msql/msql.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ DLEXPORT PHP_FUNCTION(msql_fetch_row)
11011101
/* }}} */
11021102

11031103

1104-
/* {{{ proto object msql_fetch_object(int query)
1104+
/* {{{ proto object msql_fetch_object(int query [, int result_type])
11051105
Fetch a result row as an object */
11061106
DLEXPORT PHP_FUNCTION(msql_fetch_object)
11071107
{
@@ -1114,7 +1114,7 @@ DLEXPORT PHP_FUNCTION(msql_fetch_object)
11141114
}
11151115
/* }}} */
11161116

1117-
/* {{{ proto array msql_fetch_array(int query)
1117+
/* {{{ proto array msql_fetch_array(int query [, int result_type])
11181118
Fetch a result row as an associative array */
11191119
DLEXPORT PHP_FUNCTION(msql_fetch_array)
11201120
{

0 commit comments

Comments
 (0)