Php/docs/class.ds-collection

来自菜鸟教程
跳转至:导航、​搜索

(No version information available, might only be in Git)

简介

Collection is the base interface which covers functionality common to all the data structures in this library. It guarantees that all structures are traversable, countable, and can be converted to json using json_encode().


接口摘要


Ds\Collection implements Traversable , Countable , JsonSerializable {

/* 方法 */

abstract public clear ( ) : void

abstract public copy ( ) : Ds\Collection

abstract public isEmpty ( ) : bool

abstract public toArray ( ) : array

}

Table of Contents