Introduzione
PHP Manual
PHP Manual»Interfacce e Classi predefinite»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 {
/* Metodi */
public function count(): int
}

Indice dei contenuti

To Top