sqlite_factory
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0) Opens an SQLite database and returns an SQLiteDatabase object

2025-01-10 15:47:30
sqlite_array_query
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Execute a query against a given database and returns an array

2025-01-10 15:47:30
sqlite_fetch_all
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Fetches all rows from a result set as an array of arrays

2025-01-10 15:47:30
sqlite_prev
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0) Seek to the previous row number of a result set

2025-01-10 15:47:30
sqlite_unbuffered_query
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Execute a query that does not prefetch and buffer all data

2025-01-10 15:47:30
sqlite_exec
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.3) Executes a result-less query against a given database

2025-01-10 15:47:30
sqlite_changes
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the number of rows that were changed by the most recent

2025-01-10 15:47:30
sqlite_rewind
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Seek to the first row number

2025-01-10 15:47:30
sqlite_has_more
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Finds whether or not more rows are available

2025-01-10 15:47:30
sqlite_libencoding
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the encoding of the linked SQLite library

2025-01-10 15:47:30