分类
教程
文章
官方文档
入门教程
文章
VIP会员
Laravel 8 collect() {#collection-method}
赞
收藏
更多文章
目录
301 Moved Permanently
301 Moved Permanently
nginx
搜索
A
A
默认
护眼
夜间
阅读(4778)
赞
(
18
)
Laravel 8 collect() {#collection-method}
2021-07-05 09:44:02 更新
collect
函数根据给定的值创建一个
collection
实例:
$collection
=
collect
(
[
'taylor'
,
'abigail'
]
)
;
←
Laravel 8 class_uses_recursive() {#collection-method}
Laravel 8 config() {#collection-method}
→