SQLite3Result::__construct
PHP Manual
PHP Manual»SQLite3Result»SQLite3Result::__construct

SQLite3Result::__construct

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SQLite3Result::__constructConstructs an SQLite3Result

Description

private function SQLite3Result::__construct()

SQLite3Result instances are created by SQLite3::query() and SQLite3Stmt::execute().

Parameters

This function has no parameters.

To Top