Interfaces
PHP Manual

The Countable interface

Introdução

Classes implementing Countable can be used with the count() function.

Resumo da Interface

Countable
Countable {
/* Methods */
abstract public int count ( void )
}

Índice


Interfaces
PHP Manual