sqlite_query
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Executes a query against a given database and returns a result handle

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_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_fetch_string
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Alias of

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Decode binary data passed as parameters to an

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_num_fields
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the number of fields in a result set

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