文件名称:简单的PHP集合库.zip
文件大小:36KB
文件格式:ZIP
更新时间:2022-07-31 04:00:38
类库下载-简单的PHP集合库
<?php /** * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * @link https://cakephp.org CakePHP(tm) Project * @since 3.0.0 * @license https://opensource.org/licenses/mit-license.php MIT License */ namespace Cake\Collection; use ArrayIterator; use InvalidArgumentException; use IteratorIterator; use LogicException; use Serializable; use Traversable;类库(Class Library)是一个综合性的面向对象的可重用类型集合,这些类型包括:接口、抽象类和具体类。类库可以解决一系列常见编程任务(包括诸如字符串管理、数据收集、数据库连接以及文件访问等任务),还可以解决多种专用开发任务(控制台应用程序、桌面应用程序、WEB应用程序等)。
【文件预览】:
collection-master
----CollectionInterface.php(37KB)
----LICENSE.txt(1KB)
----Iterator()
--------FilterIterator.php(3KB)
--------NestIterator.php(2KB)
--------TreePrinter.php(3KB)
--------ReplaceIterator.php(3KB)
--------InsertIterator.php(4KB)
--------MapReduce.php(6KB)
--------SortIterator.php(3KB)
--------NoChildrenIterator.php(1KB)
--------UnfoldIterator.php(3KB)
--------ZipIterator.php(3KB)
--------StoppableIterator.php(3KB)
--------TreeIterator.php(3KB)
--------BufferedIterator.php(5KB)
--------ExtractIterator.php(3KB)
----CollectionTrait.php(20KB)
----functions.php(991B)
----Collection.php(3KB)
----README.md(1KB)
----ExtractTrait.php(4KB)
----composer.json(956B)