PHP Velho Oeste 2024

The TokyoTyrantQuery class

(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 ( void ) : int
public current ( void ) : array
public hint ( void ) : string
public key ( void ) : string
public metaSearch ( array $queries , int $type ) : array
public next ( void ) : array
public out ( void ) : TokyoTyrantQuery
public rewind ( void ) : bool
public search ( void ) : array
public setLimit ([ int $max [, int $skip ]] ) : mixed
public setOrder ( string $name , int $type ) : mixed
public valid ( void ) : bool
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top