Home  >  Article  >  Backend Development  >  mysql_fetch_array可以这么写吗

mysql_fetch_array可以这么写吗

WBOY
WBOYOriginal
2016-06-13 12:34:31727browse

mysql_fetch_array可以这样写吗?
while($row=mysql_fetch_array($result))可以写成

while(mysql_fetch_array($result)=true)


$row=mysql_fetch_array($result)
读取$row



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