summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
diff options
context:
space:
mode:
authorAndreas Karajannis <kara@php.net>2000-05-11 16:25:58 +0000
committerAndreas Karajannis <kara@php.net>2000-05-11 16:25:58 +0000
commit07f7b8c1e3a613982923b4bb892d74d60a13839a (patch)
tree28fe976415b40ccab018ba032a20a7f370b63e02 /ext/odbc/php_odbc.c
parent010f7850e02bbf094df26754c34120a2938ebb6c (diff)
downloadphp-git-07f7b8c1e3a613982923b4bb892d74d60a13839a.tar.gz
Prototype adapted
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r--ext/odbc/php_odbc.c2
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)
{