您的脚本完成后,PHP将清理所有内容.但是,如果您在循环中有许多查询,则每次迭代后不会清除结果.
原文链接:https://www.f2er.com/php/132126.html所以,如果你在一个循环中运行很多查询,那么你可能要free_result()来清除内存.否则,没有必要.详见这里:
http://ellislab.com/codeigniter/user-guide/database/results.html
所以,如果你在一个循环中运行很多查询,那么你可能要free_result()来清除内存.否则,没有必要.详见这里:
http://ellislab.com/codeigniter/user-guide/database/results.html