Php/docs/class.tokyotyrantquery

From Get docs

(PECL tokyo_tyrant >= 0.1.0)

Introduction

This class is used to query the table databases


Class synopsis


TokyoTyrantQuery implements Iterator {

/* Methods */

public addCond ( string $name , int $op , string $expr ) : mixed

public __construct ( TokyoTyrantTable $table )

public count ( ) : int

public current ( ) : array

public hint ( ) : string

public key ( ) : string

public metaSearch ( array $queries , int $type ) : array

public next ( ) : array

public out ( ) : TokyoTyrantQuery

public rewind ( ) : bool

public search ( ) : array

public setLimit ([ int $max [, int $skip ]] ) : mixed

public setOrder ( string $name , int $type ) : mixed

public valid ( ) : bool

}

Table of Contents