K2hQueue Class Developer K2hIterator Class

K2hKeyQueue Class

K2hKeyQueue represents a queue that holds key/value pairs by using K2HASH.
Elements in K2hKeyQueue are ordered in FIFO of LIFO manner.

Class overview

K2hKeyQueue {
    public count ( void ) : int
    public dump ([ mixed $output ] ) : bool
    public isEmpty ( void ) : bool
    public arrayfalsepop ([ string $pass ] )
    public push ( string $key , string $value [, string $pass [, int $expire ]] ) : bool
    public arrayfalseread ([ int $pos [, string $pass ]] )
    public remove ( int $count [, string $pass ] ) : bool
}

Method list

K2hQueue Class Developer K2hIterator Class