(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrant::__construct — Construct a new TokyoTyrant object
$host = ?
, int $port = TokyoTyrant::RDBDEF_PORT
, array $options = ?
)Constructs a new TokyoTyrant object and optionally connects to the database
host
The hostname. Default: null
portport number. Default: 1978
options
Connection options: timeout (default: 5.0), reconnect (default: true) and persistent (default: true)
Throws TokyoTyrantException if connection to database fails