K2hQueue Class Developer K2hIterator Class

K2hKeyQueue クラス

K2hKeyQueueクラスは、K2HASHを利用したキューです。
キューには、値を格納します。
データの取り出し方法は、先入先出し(FIFO)、後入れ先出し(LIFO)を指定できます。

Class 概要

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
}

メソッド一覧

K2hQueue Class Developer K2hIterator Class