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.
PHPマニュアルのSQLite3::close()で見つけられなかった簡単な質問:スクリプトが終了したときにPHPはsqliteデータベースを閉じますか、それとも常に$ db-> close()を呼び出す必要がありますか?
簡単な答え:はい、ファイルはスクリプトの最後で閉じられます。クローズする必要はありません。