欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

mysql_fetch_assoc和mysql_fetch_row的功能加起来就是mysql_fetch_array

程序员文章站 2022-10-05 23:38:20
mysql_fetch_assoc只能用字段,就像mysql_fetch_array($result, mysql_assoc)结果一样。 mysql_fetch...
mysql_fetch_assoc只能用字段,就像mysql_fetch_array($result, mysql_assoc)结果一样。

mysql_fetch_row 只能是数字 

加起来就是mysql_fetch_array