SplHeap::insert

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

SplHeap::insertInserta un elemento en el montón

Descripción

public SplHeap::insert(mixed $value): true

Inserta un value en el montón.

Parámetros

value

El valor a ser insertado.

Valores devueltos

Siempre devuelve true.

add a note add a note

User Contributed Notes

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