sqlite_error_string
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the textual description of an error code

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

(PHP 5 < 5.4.0) Returns whether or not a previous row is available

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.1) Executes a query and returns either an array for one single column

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Closes an open SQLite database

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

(PHP 5 >= 5.1.0 and < 5.4.0) Returns the current row index

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the rowid of the most recently inserted row

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Set busy timeout duration, or disable busy handlers

2025-01-10 15:47:30
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_udf_encode_binary
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Encode binary data before returning it from an UDF

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