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

interface Countable {
/* Methoden */
public count(): int
}

Inhaltsverzeichnis