CakeFest 2024: The Official CakePHP Conference

SplPriorityQueue::setExtractFlags

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

SplPriorityQueue::setExtractFlagsSets the mode of extraction

Descrizione

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

Elenco dei parametri

flags

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

The default mode is SplPriorityQueue::EXTR_DATA.

Valori restituiti

Returns the flags of extraction.

add a note

User Contributed Notes

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