Interfaces
PHP Manual

The Countable interface

導入

Classes implementing Countable can be used with the count() function.

クラス概要

Countable
Countable {
/* Methods */
abstract public integer Countable::count ( void )
}

目次


Interfaces
PHP Manual