Home  >  Article  >  Backend Development  >  java软件工程师学php - 6.用 foreach 循环数组

java软件工程师学php - 6.用 foreach 循环数组

WBOY
WBOYOriginal
2016-06-13 10:50:09632browse

java程序员学php - 6.用 foreach 循环数组
foreach($some_array as $element){
   echo $element;
}

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