PHP 8.3.4 Released!

SplPriorityQueue::setExtractFlags

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

SplPriorityQueue::setExtractFlagsSets the mode of extraction

Beschreibung

public SplPriorityQueue::setExtractFlags(int $flags): int

Parameter-Liste

flags

Defines what is extracted by SplPriorityQueue::current(), SplPriorityQueue::top() and SplPriorityQueue::extract().

The default mode is SplPriorityQueue::EXTR_DATA.

Rückgabewerte

Returns the flags of extraction.

add a note

User Contributed Notes

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