sqlite_valid
  • References/PHP/Function/Database/SQLite

(PHP 5 < 5.4.0) Returns whether more rows are available

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Seek to a particular row number of a buffered result set

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

(PHP 5 < 5.4.0, sqlite >= 1.0.0) Registers a "regular" User Defined Function for use in SQL statements

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Escapes a string for use as a query parameter

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

(PHP 5 < 5.4.0) Fetches the next row from a result set as an object

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

(PHP 5 < 5.4.0) Return an array of column types from a particular table

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

(PHP 5 >= 5.1.0 and < 5.4.0) Returns the current row index

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the name of a particular field

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.1) Executes a query and returns either an array for one single column

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

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Register an aggregating UDF for use in SQL statements

2025-01-10 15:47:30