Вступ
PHP Manual
PHP Manual»Predefined Interfaces and Classes»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 {
/* Методи */
public function count(): int
}

Зміст

To Top