mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
![]() As its name suggests, `sqlite3_data_count` returns the number of columns in the current row of the result set; we are interested in the number of columns regardless of the current row, so we have to use `sqlite3_column_count` instead. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
pdo_sqlite.c | ||
php_pdo_sqlite.h | ||
php_pdo_sqlite_int.h | ||
sqlite_driver.c | ||
sqlite_statement.c |