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

(PHP 5 >= 5.3.0, PHP 7) Attempts to load an SQLite extension library

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

(PHP 5 >= 5.3.0, PHP 7) Opens an SQLite database

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

(PHP 5 >= 5.3.0, PHP 7) Prepares an SQL statement for execution

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

(PHP 5 >= 5.3.0, PHP 7) Clears all current bound parameters

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

(PHP 5 >= 5.3.0, PHP 7) Returns the number of parameters within the prepared statement

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

(PHP 5 >= 5.3.0, PHP 7) Executes a prepared statement and returns a result set object

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

(PHP 5 >= 5.3.0, PHP 7) Closes the result set

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

(PHP 5 >= 5.3.0, PHP 7) Returns the number of database rows that were changed (or inserted or deleted) by

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

(PHP 5 >= 5.3.0, PHP 7) Returns the numeric result code of the most recent failed SQLite request

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

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

2025-01-10 15:47:30