Interfaces
PHP Manual

The Countable interface

Введение

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

Class synopsis

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

Содержание


Interfaces
PHP Manual