Interfaces
Countable::count
Interfaces
PHP Manual
The Countable interface
(PHP 5 >= 5.1.0)
Giriş
Classes implementing
Countable
can be used with the
count()
function.
Arayüz Sözdizimi
Countable
{
/* Yöntemler */
abstract
public
int
count
([
int
$mode
= COUNT_NORMAL
] )
}
İçindekiler
Countable::count
— Count elements of an object
Interfaces
Countable::count
Interfaces
PHP Manual