Cocur \ Collection
数组很棒,但是有时候项目需要知道它们是其中的一部分。 然后,您需要一个Collection 。
由 ( )在欧洲维也纳开发。
安装
$ composer require cocur/collection
用法
Collection的最重要部分是它的接口。 它们使您的馆藏可与其他库互操作。 但是,该库还包含准备使用的实现。
介面
实作
Item
ArrayItem
集合接口
Cocur\Collection\CollectionInterface定义了Cocur\Collection\CollectionInterface的基本方法,并扩展了IteratorAggregate和Countable 。
Cocur \ Collection \ CollectionInterface add ( ItemInterface $ item )
2021-04-30 12:03:04
13KB
PHP
1