diff options
author | Egon Schmid <eschmid@php.net> | 1999-07-19 19:10:13 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 1999-07-19 19:10:13 +0000 |
commit | 5fdd45695bf9fd2055e65e6acee14af112f63d0f (patch) | |
tree | f36fa54889726de129ca3e2dc8f9e7ba8b512c78 /ext/msql | |
parent | 2bc33cbba141c2c7adc11fb2f703b48038650427 (diff) | |
download | php-git-5fdd45695bf9fd2055e65e6acee14af112f63d0f.tar.gz |
Test, will document this soon.
Diffstat (limited to 'ext/msql')
-rw-r--r-- | ext/msql/msql.c | 4 |
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) { |