Interfaces
PHP Manual

The Countable interface

Wstęp

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

Krótki opis klasy

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

Spis treści


Interfaces
PHP Manual