The Countable interface

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

Einführung

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

Interface-Übersicht

interfaceCountable {
publiccount(): int
}

Inhaltsverzeichnis

To Top