K2hash Class Developer K2hKeyQueue Class

K2hQueue クラス

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

Class 概要

K2hQueue {
    public intfalsecount ( void )
    public dump ([ mixed $output ] ) : bool
    public isEmpty ( void ) : bool
    public stringfalsepop ([ string $pass ] )
    public push ( string $datavalue [, string $pass [, int $expire ]] ) : bool
    public stringfalseread ([ int $pos [, string $pass ]] )
    public remove ( int $count [, string $pass ] ) : bool
}

メソッド一覧

K2hash Class Developer K2hKeyQueue Class