首页 > 开发 > PHP > 正文

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

2024-05-04 22:13:51
字体:
来源:转载
供稿:网友
mysql_fetch_assoc只能用字段,就像mysql_fetch_array($result, MYSQL_ASSOC)结果一样。

mysql_fetch_row 只能是数字 

加起来就是mysql_fetch_array 
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表