Interfaces
Countable::count
Interfaces
PHP Manual
The Countable interface
(PHP 5 >= 5.1.0)
Introduzione
Classes implementing
Countable
can be used with the
count()
function.
Sommario dell'interfaccia
Countable
{
/* Metodi */
abstract
public
int
count
(
void
)
}
Indice dei contenuti
Countable::count
— Count elements of an object
Interfaces
Countable::count
Interfaces
PHP Manual