diff options
author | Andreas Karajannis <kara@php.net> | 2000-05-11 16:25:58 +0000 |
---|---|---|
committer | Andreas Karajannis <kara@php.net> | 2000-05-11 16:25:58 +0000 |
commit | 07f7b8c1e3a613982923b4bb892d74d60a13839a (patch) | |
tree | 28fe976415b40ccab018ba032a20a7f370b63e02 /ext/odbc/php_odbc.c | |
parent | 010f7850e02bbf094df26754c34120a2938ebb6c (diff) | |
download | php-git-07f7b8c1e3a613982923b4bb892d74d60a13839a.tar.gz |
Prototype adapted
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r-- | ext/odbc/php_odbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 34c0c6c71c..931f5f2db8 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -1090,7 +1090,7 @@ PHP_FUNCTION(odbc_exec) } /* }}} */ -/* {{{ proto int odbc_fetch_into(int result_id, array result_array [, int rownumber]) +/* {{{ proto int odbc_fetch_into(int result_id [, int rownumber], array result_array) Fetch one result row into an array */ PHP_FUNCTION(odbc_fetch_into) { |