PHP foreach() while() break 的用法. while (list($key, $value) = each ($arr)) { echo "Value: $value \n"; }. foreach ($arr as ...
help.i2yes.com