|
SQLite3::__constructInstantiates an SQLite3 object and opens an SQLite 3 database Description
public SQLite3::__construct
( string
$filename
[, int $flags
[, string $encryption_key
]] )Instantiates an SQLite3 object and opens a connection to an SQLite 3 database. If the build includes encryption, then it will attempt to use the key. Parameters
Return ValuesReturns an SQLite3 object on success. Errors/ExceptionsThrows an Exception on failure. Examples
Example #1 SQLite3::__construct example
<?php |