K2hash::getKeyQueue
Gets a K2hKeyQueue object
Description
public mixed K2hash::getKeyQueue ([ bool $is_filo [, string $prefix ]] )
Gets a K2hKeyQueue object. K2hKeyQueue is a class to handle K2hKeyQueue object that holds key/value pairs as elements
Parameters
- is_filo
Specifies true if the order of elements is FIFO, otherwise false. - prefix
Specifies the prefix of the K2hKeyQueue.
Return Values
Gets a K2hKeyQueue object.
See Also
- K2hKeyQueue::__construct - Creates a K2hKeyQueue instance