Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用规则:
not_in:foo,bar,...
但是,我不想提供示例中的字符串,而是提供一个数组。
我知道我可以将数组内爆到字符串,但我想知道 Laravel 是否有内置函数?
Laravel 没有为此提供内置功能。但正如你所说,你可以简单地为此使用 implode