A foreach loop is the shortest way to iterate through an array: // foreach with values foreach ($items as $cost) { ... } // foreach with keys and values foreach ...
確定! 回上一頁