summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-01-10 07:19:08 +0000
committerMarcus Boerger <helly@php.net>2005-01-10 07:19:08 +0000
commit4a760032018c031bb44600f4c3d7170de1cd2fb3 (patch)
treeff62b47e6588610272f6ed0417675a8f471814ff /ext/sqlite/sqlite.c
parent0f44e8a722b96ee7ccbe1a3026aecad56e32e75d (diff)
downloadphp-git-4a760032018c031bb44600f4c3d7170de1cd2fb3.tar.gz
- Fix proto
Diffstat (limited to 'ext/sqlite/sqlite.c')
-rw-r--r--ext/sqlite/sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c
index 2f8e0ce61f..8d72cf816b 100644
--- a/ext/sqlite/sqlite.c
+++ b/ext/sqlite/sqlite.c
@@ -1571,7 +1571,7 @@ PHP_FUNCTION(sqlite_unbuffered_query)
}
/* }}} */
-/* {{{ proto resource sqlite_fetch_column_types(string table_name, [, int result_type] resource db)
+/* {{{ proto resource sqlite_fetch_column_types(string table_name, resource db [, int result_type])
Return an array of column types from a particular table. */
PHP_FUNCTION(sqlite_fetch_column_types)
{