update : 2015.11.03
php.shukuma.com검색:
|
The TokyoTyrantTable class(PECL tokyo_tyrant >= 0.1.0) 소개Provides an API to the table databases. A table database can be create using the following command: ttserver -port 1979 /tmp/tt_table.tct. In Tokyo Tyrant the table API is a schemaless database which can store arbitrary amount of key-value pairs under a single primary key. 클래스 개요
TokyoTyrantTable
extends
TokyoTyrant
{
/* 메소드 */
/* 상속된 메소드 */
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
|