Interfaces
PHP Manual

The Countable interface

Wstęp

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

Zestawienie interfejsu

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

Spis treści


Interfaces
PHP Manual