update page now

A interface Countable

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

Introdução

Classes que implementam Countable podem ser usadas com a função count().

Resumo da Interface

interface Countable {
/* Métodos */
public count(): int
}

Índice

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top