reset ($array) // reset internal pointer to beginning of array while (list($key, $value) = each ($array)) { // Final Act } ...
確定! 回上一頁