Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tokyotyrantiterator(3) [php man page]

TOKYOTYRANTITERATOR(3)													    TOKYOTYRANTITERATOR(3)

The TokyoTyrantIterator class

INTRODUCTION
Provides an iterator for TokyoTyrant and TokyoTyrantTable objects. The iterator iterates over all keys and values in the database. Toky- oTyrantIterator was added in version 0.2.0. CLASS SYNOPSIS
TokyoTyrantIterator TokyoTyrantIteratorIterator Methods o public TokyoTyrantIterator::__construct (mixed $object) o public mixed TokyoTyrantIterator::current (void ) o public mixed TokyoTyrantIterator::key (void ) o public mixed TokyoTyrantIterator::next (void ) o public void TokyoTyrantIterator::rewind (void ) o public bool TokyoTyrantIterator::valid (void ) Inherited methods o public number TokyoTyrant::add (string $key, number $increment, [int $type]) o public TokyoTyrant TokyoTyrant::connect (string $host, [int $port = TokyoTyrant::RDBDEF_PORT], [array $options]) o public TokyoTyrant TokyoTyrant::connectUri (string $uri) o public TokyoTyrant::__construct ([string $host], [int $port = TokyoTyrant::RDBDEF_PORT], [array $options]) o public TokyoTyrant TokyoTyrant::copy (string $path) o public string TokyoTyrant::ext (string $name, int $options, string $key, string $value) o public array TokyoTyrant::fwmKeys (string $prefix, int $max_recs) o public mixed TokyoTyrant::get (mixed $keys) o public TokyoTyrantIterator TokyoTyrant::getIterator (void ) o public int TokyoTyrant::num (void ) o public TokyoTyrant TokyoTyrant::out (mixed $keys) o public TokyoTyrant TokyoTyrant::put (mixed $keys, [string $value = NULL]) o public TokyoTyrant TokyoTyrant::putCat (mixed $keys, [string $value]) o public TokyoTyrant TokyoTyrant::putKeep (mixed $keys, [string $value]) o public TokyoTyrant TokyoTyrant::putNr (mixed $keys, [string $value = NULL]) o public mixed TokyoTyrant::putShl (string $key, string $value, int $width) o public mixed TokyoTyrant::restore (string $log_dir, int $timestamp, [bool $check_consistency = true]) o public mixed TokyoTyrant::setMaster (string $host, int $port, int $timestamp, [bool $check_consistency = true]) o public int TokyoTyrant::size (string $key) o public array TokyoTyrant::stat (void ) o public mixed TokyoTyrant::sync (void ) o public TokyoTyrant TokyoTyrant::tune (float $timeout, [int $options = TokyoTyrant::RDBT_RECON]) o public mixed TokyoTyrant::vanish (void ) PHP Documentation Group TOKYOTYRANTITERATOR(3)

Check Out this Related Man Page

MEMCACHED(3)								 1							      MEMCACHED(3)

The Memcached class

INTRODUCTION
Represents a connection to a set of memcached servers. CLASS SYNOPSIS
Memcached Memcached o public Memcached::__construct ([string $persistent_id]) o public bool Memcached::add (string $key, mixed $value, [int $expiration]) o public bool Memcached::addByKey (string $server_key, string $key, mixed $value, [int $expiration]) o public bool Memcached::addServer (string $host, int $port, [int $weight]) o public bool Memcached::addServers (array $servers) o public bool Memcached::append (string $key, string $value) o public bool Memcached::appendByKey (string $server_key, string $key, string $value) o public bool Memcached::cas (float $cas_token, string $key, mixed $value, [int $expiration]) o public bool Memcached::casByKey (float $cas_token, string $server_key, string $key, mixed $value, [int $expiration]) o public int Memcached::decrement (string $key, [int $offset = 1], [int $initial_value], [int $expiry]) o public int Memcached::decrementByKey (string $server_key, string $key, [int $offset = 1], [int $initial_value], [int $expiry]) o public bool Memcached::delete (string $key, [int $time]) o public bool Memcached::deleteByKey (string $server_key, string $key, [int $time]) o public bool Memcached::deleteMulti (array $keys, [int $time]) o public bool Memcached::deleteMultiByKey (string $server_key, array $keys, [int $time]) o public array Memcached::fetch (void ) o public array Memcached::fetchAll (void ) o public bool Memcached::flush ([int $delay]) o public mixed Memcached::get (string $key, [callable $cache_cb], [float &$cas_token]) o public array Memcached::getAllKeys (void ) o public mixed Memcached::getByKey (string $server_key, string $key, [callable $cache_cb], [float &$cas_token]) o public bool Memcached::getDelayed (array $keys, [bool $with_cas], [callable $value_cb]) o public bool Memcached::getDelayedByKey (string $server_key, array $keys, [bool $with_cas], [callable $value_cb]) o public mixed Memcached::getMulti (array $keys, [array &$cas_tokens], [int $flags]) o public array Memcached::getMultiByKey (string $server_key, array $keys, [string &$cas_tokens], [int $flags]) o public mixed Memcached::getOption (int $option) o public int Memcached::getResultCode (void ) o public string Memcached::getResultMessage (void ) o public array Memcached::getServerByKey (string $server_key) o public array Memcached::getServerList (void ) o public array Memcached::getStats (void ) o public array Memcached::getVersion (void ) o public int Memcached::increment (string $key, [int $offset = 1], [int $initial_value], [int $expiry]) o public int Memcached::incrementByKey (string $server_key, string $key, [int $offset = 1], [int $initial_value], [int $expiry]) o public bool Memcached::isPersistent (void ) o public bool Memcached::isPristine (void ) o public bool Memcached::prepend (string $key, string $value) o public bool Memcached::prependByKey (string $server_key, string $key, string $value) o public bool Memcached::quit (void ) o public bool Memcached::replace (string $key, mixed $value, [int $expiration]) o public bool Memcached::replaceByKey (string $server_key, string $key, mixed $value, [int $expiration]) o public bool Memcached::resetServerList (void ) o public bool Memcached::set (string $key, mixed $value, [int $expiration]) o public bool Memcached::setByKey (string $server_key, string $key, mixed $value, [int $expiration]) o public bool Memcached::setMulti (array $items, [int $expiration]) o public bool Memcached::setMultiByKey (string $server_key, array $items, [int $expiration]) o public bool Memcached::setOption (int $option, mixed $value) o public bool Memcached::setOptions (array $options) o public void Memcached::setSaslAuthData (string $username, string $password) o public bool Memcached::touch (string $key, int $expiration) o public bool Memcached::touchByKey (string $server_key, string $key, int $expiration) PHP Documentation Group MEMCACHED(3)
Man Page