update : 2015.11.03
php.shukuma.com검색:
|
SQLite3::__construct(PHP 5 >= 5.3.0) SQLite3::__construct — Instantiates an SQLite3 object and opens an SQLite 3 database 설명
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. 인수
반환값Returns an SQLite3 object on success. 오류/예외Throws an Exception on failure. 예제
Example #1 SQLite3::__construct() example
<?php |