CakeFest 2024: The Official CakePHP Conference

SplHeap::key

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

SplHeap::keyRetorna o índice do nó atual

Descrição

public SplHeap::key(): int

Esta função retorna o índice do nó atual

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

O índice do nó atual.

add a note

User Contributed Notes

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