The foreach construct provides an easy way to iterate over arrays. foreach ... as $ value) statement foreach (array_expression as $key => $value) statement.
www.google.com.tw