diffAssoc 方法會比較其他集合或純PHP array 的鍵與值。 ... collect([1, 2, 3, 4])->first(function ($value, $key) { return $value > 2; }); // 3
確定! 回上一頁