PHP 8.5.0 Alpha 2 available for testing

SplHeap::isEmpty

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

SplHeap::isEmptyComprueba si el montón actual está vacío

Descripción

public SplHeap::isEmpty(): bool

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Devuelve si el montón está vacío.

add a note

User Contributed Notes

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