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.
我想确切地知道哪些 MySQL 查询会引发结果。
我的意思是,我读到有一些查询,如 INSERT 和 DELETE 不需要释放。
确切地说,我需要释放哪一个?我不想在根本没有意义的地方使用 mysqli_free_result。
我知道你并不真的需要使用它,但我想尽我所能把这个程序做得最好。
谢谢你们 :)