We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc33cb commit 5fdd456Copy full SHA for 5fdd456
ext/msql/msql.c
@@ -1101,7 +1101,7 @@ DLEXPORT PHP_FUNCTION(msql_fetch_row)
1101
/* }}} */
1102
1103
1104
-/* {{{ proto object msql_fetch_object(int query)
+/* {{{ proto object msql_fetch_object(int query [, int result_type])
1105
Fetch a result row as an object */
1106
DLEXPORT PHP_FUNCTION(msql_fetch_object)
1107
{
@@ -1114,7 +1114,7 @@ DLEXPORT PHP_FUNCTION(msql_fetch_object)
1114
}
1115
1116
1117
-/* {{{ proto array msql_fetch_array(int query)
+/* {{{ proto array msql_fetch_array(int query [, int result_type])
1118
Fetch a result row as an associative array */
1119
DLEXPORT PHP_FUNCTION(msql_fetch_array)
1120
0 commit comments