我知道使用mysql_query
很糟糕,这样做的更好/更好的方法如下:
首选
$dbquery->fetch(PDO::FETCH_ASSOC))
但我必须
但是,在使用mysql_query
...的旧系统上运行时,在调用PHP Fatal error: Allowed memory size of 536870912 bytes exhausted
时遇到mysql_fetch_assoc
错误。
问题
msyql_query
/ mysql_fetch_
是否具有充当fetch
与fetchAll
的功能?
答案 0 :(得分:1)
两件事:
LIMIT {start row},{number of rows}
子句进行分页。