Einführung
PHP Manual
PHP Manual»Vordefinierte Interfaces und Klassen»Countable

The Countable interface

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

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

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

Inhaltsverzeichnis

To Top