(PHP 5 >= 5.3.0, PHP 7)
SQLite3::createCollation
  • References/PHP/Function/Database/SQLite3

(PHP 5 >= 5.3.11, PHP 7) Registers a PHP function for use as an SQL collating function

2025-01-10 15:47:30
SQLite3::createAggregate
  • References/PHP/Function/Database/SQLite3

(PHP 5 >= 5.3.0, PHP 7) Registers a PHP function for use as an SQL aggregate function

2025-01-10 15:47:30
SQLite3::lastInsertRowID
  • References/PHP/Function/Database/SQLite3

(PHP 5 >= 5.3.0, PHP 7) Returns the row ID of the most recent INSERT into the database

2025-01-10 15:47:30
SQLite3::__construct
  • References/PHP/Function/Database/SQLite3

(PHP 5 >= 5.3.0, PHP 7) Instantiates an SQLite3 object and opens an SQLite 3 database

2025-01-10 15:47:30
SQLite3::exec
  • References/PHP/Function/Database/SQLite3

(PHP 5 >= 5.3.0, PHP 7) Executes a result-less query against a given database

2025-01-10 15:47:30
SQLite3::close
  • References/PHP/Function/Database/SQLite3

(PHP 5 >= 5.3.0, PHP 7) Closes the database connection

2025-01-10 15:47:30
SQLite3Stmt::close
  • References/PHP/Function/Database/SQLite3/SQLite3Stmt

(PHP 5 >= 5.3.0, PHP 7) Closes the prepared statement

2025-01-10 15:47:30
SQLite3Result::numColumns
  • References/PHP/Function/Database/SQLite3/SQLite3Result

(PHP 5 >= 5.3.0, PHP 7) Returns the number of columns in the result set

2025-01-10 15:47:30
SQLite3Result::columnType
  • References/PHP/Function/Database/SQLite3/SQLite3Result

(PHP 5 >= 5.3.0, PHP 7) Returns the type of the nth column

2025-01-10 15:47:30
SQLite3Result::reset
  • References/PHP/Function/Database/SQLite3/SQLite3Result

(PHP 5 >= 5.3.0, PHP 7) Resets the result set back to the first row

2025-01-10 15:47:30