sqlite_popen
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Opens a persistent handle to an SQLite database and create the

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Fetches the next row from a result set as an array

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

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

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Fetches a column from the current row of a result set

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the error code of the last error for a database

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Fetches the current row from a result set as an array

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

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

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Opens an SQLite database and create the database if it does not

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

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

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.1) Fetches the first column of a result set as a string

2025-01-10 15:47:30