Interfaces
PHP Manual

The Countable interface

Einführung

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

Interface-Übersicht

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

Inhaltsverzeichnis


Interfaces
PHP Manual