[PHP x SQLite3]PHPでSQLite3 #1接続 PHPSQLite32013-10-09 PHPでSQLite3 #1接続 try { $db = new SQLite3('test.db'); } catch (Exception $e) { echo $message; exit; }