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

(PHP 5 >= 5.3.0, PHP 7) Returns a string that has been properly escaped

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::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
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::version
  • References/PHP/Function/Database/SQLite3

(PHP 5 >= 5.3.0, PHP 7) Returns the SQLite3 library version as a string constant and as a number

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
SQLite3Stmt::bindValue
  • References/PHP/Function/Database/SQLite3/SQLite3Stmt

(PHP 5 >= 5.3.0, PHP 7) Binds the value of a parameter to a statement variable

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
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
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