Home  >  Article  >  Backend Development  >  mysql_fetch_assoc和mysql_fetch_row的功能加起来就是mysql_fetch_array_php技巧

mysql_fetch_assoc和mysql_fetch_row的功能加起来就是mysql_fetch_array_php技巧

WBOY
WBOYOriginal
2016-05-17 09:41:30829browse

mysql_fetch_assoc只能用字段,就像mysql_fetch_array($result, MYSQL_ASSOC)结果一样。

mysql_fetch_row 只能是数字 

加起来就是mysql_fetch_array 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn