Interfaces
PHP Manual

The Countable interface

Введение

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

Class synopsis

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

Содержание


Interfaces
PHP Manual