Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のコードを使用してsqlite dbを開こうとしましたが、
$db = sqlite_open("tttt");
しかし、それは私にエラーを与えます、
Fatal error: Call to undefined function sqlite_open()
これをさまざまなサイトで検索し、すべての変更in .iniファイルを実行しましたが、機能しません。
in .ini
私のPHPバージョンは5.3.13です
有効化/インストールする必要があります。これを行う方法については、ドキュメントを参照してください。