Interfaces
Countable::count
Interfaces
PHP Manual
The Countable interface
(PHP 5 >= 5.1.0)
Einführung
Classes implementing
Countable
can be used with the
count()
function.
Interface-Übersicht
Countable
{
/* Methoden */
abstract
public
int
count
([
int
$mode
= COUNT_NORMAL
] )
}
Inhaltsverzeichnis
Countable::count
— Count elements of an object
Interfaces
Countable::count
Interfaces
PHP Manual