Data Structures
PHP Manual

The Collection interface

(Não há informação de versão disponível, talvez apenas no SVN)

Introdução

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

Resumo da Interface

Ds\Collection implements Traversable , Countable , JsonSerializable {
/* Métodos */
abstract public void clear ( void )
abstract public Ds\Collection copy ( void )
abstract public bool isEmpty ( void )
abstract public array toArray ( void )
}

Índice


Data Structures
PHP Manual