SplHeap::key
PHP Manual
PHP Manual»SplHeap»SplHeap::key

SplHeap::key

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

SplHeap::keyReturn current node index

Опис

public function SplHeap::key(): int

This function returns the current node index

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

The current node index.

To Top