(PHP 5 >= 5.1.0, PHP 7)
Countable を実装したクラスは、 count() 関数で使用することができます。
Countable {
/* メソッド */
abstract public count ( ) : int
}
/* メソッド */