[只读] CakePHP中的集合库。 此仓库是主要代码的一部分,可以在https://github.com/cakephp/cakephp中找到-PHP开发

时间:2024-06-16 02:22:37
【文件属性】:

文件名称:[只读] CakePHP中的集合库。 此仓库是主要代码的一部分,可以在https://github.com/cakephp/cakephp中找到-PHP开发

文件大小:39KB

文件格式:ZIP

更新时间:2024-06-16 02:22:37

PHP Data Structure and

CakePHP集合库集合类提供了一组用于操纵数组或Traversable对象的工具。 如果您曾经使用过underscore.js,那么您将对收集类有什么期望。 CakePHP集合库集合类提供了一组用于操纵数组或Traversable对象的工具。 如果您曾经使用过underscore.js,那么您将对收集类有什么期望。 使用集合可以使用数组或Traversable对象创建。 一个Collection的简单用法是:use Cake \ Collection \ Collection; $ items = ['a'=> 1,'b'=> 2,'c'=> 3]; $ collection =新的collection($ items); //创建一个包含元素的新集合//


【文件预览】:
collection-master
----functions.php(1KB)
----README.md(1KB)
----CollectionTrait.php(28KB)
----composer.json(956B)
----ExtractTrait.php(4KB)
----Iterator()
--------ExtractIterator.php(3KB)
--------TreeIterator.php(3KB)
--------StoppableIterator.php(3KB)
--------MapReduce.php(6KB)
--------TreePrinter.php(3KB)
--------NestIterator.php(2KB)
--------NoChildrenIterator.php(1KB)
--------BufferedIterator.php(5KB)
--------SortIterator.php(3KB)
--------ReplaceIterator.php(3KB)
--------FilterIterator.php(3KB)
--------UnfoldIterator.php(3KB)
--------InsertIterator.php(4KB)
--------ZipIterator.php(3KB)
----CollectionInterface.php(42KB)
----LICENSE.txt(1KB)
----Collection.php(3KB)

网友评论