Interfejsy
PHP Manual

The Countable interface

Wstęp

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

Zestawienie interfejsu

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

Spis treści


Interfejsy
PHP Manual