Home  >  Article  >  Backend Development  >  打印数组如何才能不输出数字索引

打印数组如何才能不输出数字索引

WBOY
WBOYOriginal
2016-06-13 13:40:06986browse

打印数组怎么才能不输出数字索引?
打印数组怎么才能不输出数字索引?


------解决方案--------------------
mysql_fetch_assoc()/msyql_fetch_array($result,MYSQL_ASSOC)
------解决方案--------------------
foreach 数组 然后自己输出值..

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