Php/docs/class.ds-collection

提供:Dev Guides
< Php
2020年12月14日 (月) 11:22時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(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

}

目次