update : 2015.11.03
php.shukuma.com검색:
|
The TokyoTyrantIterator class(PECL tokyo_tyrant >= 0.2.0) 소개Provides an iterator for TokyoTyrant and TokyoTyrantTable objects. The iterator iterates over all keys and values in the database. TokyoTyrantIterator was added in version 0.2.0. 클래스 개요
TokyoTyrantIterator
implements
Iterator
{
/* Methods */
/* Inherited methods */
public TokyoTyrant TokyoTyrant::connect
( string
$host
[, int $port = TokyoTyrant::RDBDEF_PORT
[, array $options
]] )
public TokyoTyrant::__construct
([ string
$host
[, int $port = TokyoTyrant::RDBDEF_PORT
[, array $options
]]] )
public mixed TokyoTyrant::restore
( string
$log_dir
, int $timestamp
[, bool $check_consistency = true
] )
public mixed TokyoTyrant::setMaster
( string
}$host
, int $port
, int $timestamp
[, bool $check_consistency = true
] )Table of Contents
|