Interfaces
PHP Manual

The Countable interface

Увод

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

Interface synopsis

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

Съдържание


Interfaces
PHP Manual