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 数据库时,PHP 提供了sqlite_close()函数来再次关闭它;但是在使用 OOP 方法时,我找不到等效的选项。这仅仅是取消设置 SQLite 对象的情况,还是我错过了替代关闭选项?
根据在线源代码:http ://lxr.php.net/xref/PHP_5_3/ext/sqlite/sqlite.c#534 OOP 中的关闭选项不可用。即使取消注释并重新编译此模块,它仍然会失败:http : //lxr.php.net/xref/PHP_5_3/ext/sqlite/sqlite.c#1763 但这次出现了有用的错误 - 销毁对象是一条路。