(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.
$host
   [, int $port = TokyoTyrant::RDBDEF_PORT
   [, array $options
  ]] ) : TokyoTyrant$host
   [, int $port = TokyoTyrant::RDBDEF_PORT
   [, array $options
  ]]] )$log_dir
   , int $timestamp
   [, bool $check_consistency = TRUE
  ] ) : mixed$host
   , int $port
   , int $timestamp
   [, bool $check_consistency = TRUE
  ] ) : mixed$timeout
   [, int $options = TokyoTyrant::RDBT_RECON
  ] ) : TokyoTyrant