Interfaces
PHP Manual

The Countable interface

(PHP 5 >= 5.1.0)

Introdução

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

Resumo da Interface

Countable {
/* Métodos */
abstract public int count ( void )
}

Índice


Interfaces
PHP Manual