本文介绍了MySQLi进行无缓冲查询?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
MySQLi查询是否没有缓冲?如果没有,是否可以像非MySQLi mysql_unbuffered_query()
一样进行无缓冲查询?
Are MySQLi queries unbuffered? If not, is there a way to do an unbuffered query, as with the non-MySQLi mysql_unbuffered_query()
?
推荐答案
mysqli_real_query()后跟mysqli_use_result()
mysqli_real_query() followed by mysqli_use_result()
这篇关于MySQLi进行无缓冲查询?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!