Added sqlite_fetch_string(), for speedy fetching of data from database

cursor containing only a single column.
This commit is contained in:
Ilia Alshanetsky 2003-05-13 23:51:25 +00:00
parent 0360a2c012
commit f1c20d3b55
2 changed files with 52 additions and 0 deletions

View file

@ -48,6 +48,7 @@ PHP_FUNCTION(sqlite_close);
PHP_FUNCTION(sqlite_query);
PHP_FUNCTION(sqlite_unbuffered_query);
PHP_FUNCTION(sqlite_fetch_array);
PHP_FUNCTION(sqlite_fetch_string);
PHP_FUNCTION(sqlite_current);
PHP_FUNCTION(sqlite_column);