summaryrefslogtreecommitdiff
path: root/ext/msql
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>1999-07-19 19:10:13 +0000
committerEgon Schmid <eschmid@php.net>1999-07-19 19:10:13 +0000
commit5fdd45695bf9fd2055e65e6acee14af112f63d0f (patch)
treef36fa54889726de129ca3e2dc8f9e7ba8b512c78 /ext/msql
parent2bc33cbba141c2c7adc11fb2f703b48038650427 (diff)
downloadphp-git-5fdd45695bf9fd2055e65e6acee14af112f63d0f.tar.gz
Test, will document this soon.
Diffstat (limited to 'ext/msql')
-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)
{