« Throwable::__toString
Countable::count »
PHP Manual
Öntanımlı Arayüzler ve Sınıflar
The Countable interface
The Countable interface
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
Giriş
Classes implementing
Countable
can be used with the
count()
function.
Arayüz Sözdizimi
interface
Countable
{
/* Yöntemler */
public
count
():
int
}
İçindekiler
Countable::count
— Count elements of an object