Search Results
Table of Contents ¶ SQLite3Result::columnName — Returns the name of the nth column SQLite3Result::columnType — Returns the type of the nth column SQLite3Result::__construct — Constructs an SQLite3Result SQLite3Result::fetchArray — Fetches a result row as an associative or numerically indexed array or both SQLite3Result::finalize — Closes the result set SQLite3Result::numColumns ...
Table of Contents SQLite3Result::columnName — Returns the name of the nth column SQLite3Result::columnType — Returns the type of the nth column SQLite3Result::fetchArray — Fetches a result row as an associative or numerically indexed array or both SQLite3Result::finalize — Closes the result set SQLite3Result::numColumns — Returns the number of columns in the result set SQLite3Result ...
Returns the name of the column specified by the column. Note that the name of a result column is the value of the AS clause for that column, if there is an AS clause. If there is no AS clause then the name of the column is unspecified and may change from one release of libsqlite3 to the next.
Aug 27, 2025 · Table of Contents SQLite3Result::columnName — Returns the name of the nth column SQLite3Result::columnType — Returns the type of the nth column SQLite3Result::__construct — Constructs an SQLite3Result SQLite3Result::fetchArray — Fetches a result row as an associative or numerically indexed array or both SQLite3Result::finalize — Closes the result set SQLite3Result::numColumns ...
SQLite3Result::columnName (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3Result::columnName — Returns the name of the nth column
Simple usage example of `SQLite3Result::columnName ()`. SQLite3Result::columnName is a PHP function that is used to retrieve the name of a specific column in a SQLite query result. It is commonly used when working with SQLite databases in PHP to access and manipulate the data.
SQLite3Stmt::reset — Resets the prepared statement SQLite3Result SQLite3Result::columnName — Returns the name of the nth column SQLite3Result::columnType — Returns the type of the nth column SQLite3Result::fetchArray — Fetches a result row as an associative or numerically indexed array or both SQLite3Result::finalize — Closes the ...
