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

(PHP 5 >= 5.3.0, PHP 7) Fetches a result row as an associative or numerically indexed array or both

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

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

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

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

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

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

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

(PHP 5 >= 5.3.0, PHP 7) Executes an SQL query

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

(PHP 5 >= 5.3.0, PHP 7) Executes a query and returns a single result

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

(PHP 5 >= 5.3.3, PHP 7) Sets the busy connection handler

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