summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/msql/msql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/msql/msql.c b/ext/msql/msql.c
index 8781ee4062..aab491ef36 100644
--- a/ext/msql/msql.c
+++ b/ext/msql/msql.c
@@ -1101,7 +1101,7 @@ DLEXPORT PHP_FUNCTION(msql_fetch_row)
/* }}} */
-/* {{{ proto object msql_fetch_object(int query)
+/* {{{ proto object msql_fetch_object(int query [, int result_type])
Fetch a result row as an object */
DLEXPORT PHP_FUNCTION(msql_fetch_object)
{
@@ -1114,7 +1114,7 @@ DLEXPORT PHP_FUNCTION(msql_fetch_object)
}
/* }}} */
-/* {{{ proto array msql_fetch_array(int query)
+/* {{{ proto array msql_fetch_array(int query [, int result_type])
Fetch a result row as an associative array */
DLEXPORT PHP_FUNCTION(msql_fetch_array)
{