php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | SQLite3Exception |
class | SQLite3 |
class | SQLite3Stmt |
class | SQLite3Result |
Variables | |
const | SQLITE3_ASSOC = UNKNOWN |
const | SQLITE3_NUM = UNKNOWN |
const | SQLITE3_BOTH = UNKNOWN |
const | SQLITE3_INTEGER = UNKNOWN |
const | SQLITE3_FLOAT = UNKNOWN |
const | SQLITE3_TEXT = UNKNOWN |
const | SQLITE3_BLOB = UNKNOWN |
const | SQLITE3_NULL = UNKNOWN |
const | SQLITE3_OPEN_READONLY = UNKNOWN |
const | SQLITE3_OPEN_READWRITE = UNKNOWN |
const | SQLITE3_OPEN_CREATE = UNKNOWN |
const | SQLITE3_DETERMINISTIC = UNKNOWN |
const SQLITE3_ASSOC = UNKNOWN |
Definition at line 9 of file sqlite3.stub.php.
const SQLITE3_BLOB = UNKNOWN |
Definition at line 40 of file sqlite3.stub.php.
const SQLITE3_BOTH = UNKNOWN |
Definition at line 19 of file sqlite3.stub.php.
const SQLITE3_DETERMINISTIC = UNKNOWN |
Definition at line 68 of file sqlite3.stub.php.
const SQLITE3_FLOAT = UNKNOWN |
Definition at line 30 of file sqlite3.stub.php.
const SQLITE3_INTEGER = UNKNOWN |
Definition at line 25 of file sqlite3.stub.php.
const SQLITE3_NULL = UNKNOWN |
Definition at line 45 of file sqlite3.stub.php.
const SQLITE3_NUM = UNKNOWN |
Definition at line 14 of file sqlite3.stub.php.
const SQLITE3_OPEN_CREATE = UNKNOWN |
Definition at line 61 of file sqlite3.stub.php.
const SQLITE3_OPEN_READONLY = UNKNOWN |
Definition at line 51 of file sqlite3.stub.php.
const SQLITE3_OPEN_READWRITE = UNKNOWN |
Definition at line 56 of file sqlite3.stub.php.
const SQLITE3_TEXT = UNKNOWN |
Definition at line 35 of file sqlite3.stub.php.