PHP中陣列的key & value用法

while (list($key, $value) = each( ARRAY)) {
echo
"Key = ".$key." , Value = ".$value;
}

沒有留言: