PHP foreach 循环

foreach (array_expression as $value)
    statement
foreach (array_expression as $key => $value)
    statement

posted @ 2016-09-27 22:18  bobo-bobo  阅读(149)  评论(0编辑  收藏  举报