The Collection interface

(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().

インターフェイス概要

class Ds\Collection implements Countable, IteratorAggregate, JsonSerializable {
/* メソッド */
abstract public clear(): void
abstract public copy(): Ds\Collection
abstract public isEmpty(): bool
abstract public toArray(): array
}

変更履歴

バージョン 説明
PECL ds 1.4.0 Collection implements IteratorAggregate now instead of just Traversable. (This change came to the polyfill in 1.4.1.)

目次

関連キーワード:  Collection, Ds, public, all, ollection, implements, copy, isEmpty, toArray, array