$collection = collect(['a', 'b', 'c', 'd', 'e', 'f']); $collection->every(4); // ['a', 'e']. 你可以選擇性的傳遞偏移值作為第二個參數:
確定! 回上一頁