Countable::count

Countable::count

(PHP 5 >= 5.1.0, PHP 7)

Countable::countCount elements of an object

Description

abstract public int Countable::count ( void )

This method is executed when using the count() function on an object implementing Countable.

Parameters

This function has no parameters.