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