mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Added sqlite_fetch_string(), for speedy fetching of data from database
cursor containing only a single column.
This commit is contained in:
parent
0360a2c012
commit
f1c20d3b55
2 changed files with 52 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue