Interfaces
PHP Manual

The Countable interface

Giriş

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

Arayüz Sözdizimi

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

İçindekiler


Interfaces
PHP Manual