标签: php doctrine generator
为了节省内存,当你使用Doctrine的Connection类对表进行fetchAll()时,它会返回Array。
fetchAll()
Array
所以,如果我在使用fetchAll的函数中返回Generator,那么结果是否已经在内存中它会无用吗?
Generator