update : 2015.11.03
php.shukuma.com검색:
|
SQLite3::open(PHP 5 >= 5.3.0) SQLite3::open — Opens an SQLite database 설명
public void SQLite3::open
( string
$filename
[, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
[, string $encryption_key
]] )Opens an SQLite 3 Database. If the build includes encryption, then it will attempt to use the key. 인수
반환값값을 반환하지 않습니다. 예제
Example #1 SQLite3::open() example
<?php |