https://github.com/myxiaoao/collection
Collection 用途归纳总结
https://github.com/myxiaoao/collection
Last synced: 3 months ago
JSON representation
Collection 用途归纳总结
- Host: GitHub
- URL: https://github.com/myxiaoao/collection
- Owner: myxiaoao
- License: mit
- Created: 2022-04-08T01:06:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T12:46:44.000Z (about 3 years ago)
- Last Synced: 2025-01-16T00:56:52.408Z (4 months ago)
- Homepage: https://collection.laradoc.cn/
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collection 用途归纳总结
相信大家都有用过 Laravel 的 Collection 函数,但大部分朋友都没有『逐一』看过有哪些函数怎么使用,看过也估计跟看百科全书一样,太难记忆了。
文档的目的是在于帮助大家解析 Laravel 的 Collection 函数怎样分类,有怎样的用途。更好的理解和使用,增加程序的 “优雅度”!
建议配合 Laravel 官方 Collection 文档使用。
- 英文文档:[https://laravel.com/docs/9.x/collections#available-methods](https://laravel.com/docs/9.x/collections#available-methods)
- 中文文档:[https://learnku.com/docs/laravel/9.x/collections/12225](https://learnku.com/docs/laravel/9.x/collections/12225)***