Interfaces
Countable::count
Interfaces
PHP Manual
The Countable interface
Введение
Classes implementing
Countable
can be used with the
count()
function.
Class synopsis
Countable
Countable
{
/* Methods */
abstract
public
int
count
(
void
)
}
Содержание
Countable::count
— Count elements of a object
Interfaces
Countable::count
Interfaces
PHP Manual