WeakMap::count

(PHP 8)

WeakMap::countCounts the number of live entries in the map

Descripción

publicWeakMap::count(): int

Counts the number of live entries in the map.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns the number of live entries in the map.

To Top