- Fix proto

This commit is contained in:
Marcus Boerger 2005-01-10 07:19:08 +00:00
parent 0f44e8a722
commit 4a76003201

View File

@ -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)
{