我正在学习php和mysql。当我阅读MySql
时PHP-manual
我意识到,
以更快的方式返回数据MySql
是有序的。
mysql_fetch_array() > mysql_fetch_row() > mysql_fetch_assoc()
mysql_fetch_array() 比 mysql_fetch_row() 和 mysql_fetch_assoc() 快。
我能错过什么吗?
谢谢.......
我正在学习php和mysql。当我阅读MySql
时PHP-manual
我意识到,
以更快的方式返回数据MySql
是有序的。
mysql_fetch_array() > mysql_fetch_row() > mysql_fetch_assoc()
mysql_fetch_array() 比 mysql_fetch_row() 和 mysql_fetch_assoc() 快。
我能错过什么吗?
谢谢.......