The Memcached class
導入
Description of the class.
クラス概要
Memcached
Memcached
{
/* Constants */
/* Methods */
public void appendByKey
( string $server_key
, string $key
, string $value
[, string $expiration
] )
public void casByKey
( string $cas_token
, string $server_key
, string $key
, string $value
[, string $expiration
] )
__construct
([ string $persistent_id
] )
public void getByKey
( string $server_key
, string $key
[, string $cache_cb
[, string &$cas_token
]] )
public void getDelayedByKey
( string $server_key
, array $keys
[, string $with_cas
[, string $value_cb
]] )
public void prependByKey
( string $server_key
, string $key
, string $value
[, string $expiration
] )
public void replaceByKey
( string $server_key
, string $key
, string $value
[, string $expiration
] )
}目次
- Memcached::add — The add purpose
- Memcached::addByKey — The addByKey purpose
- Memcached::addServer — The addServer purpose
- Memcached::append — The append purpose
- Memcached::appendByKey — The appendByKey purpose
- Memcached::cas — The cas purpose
- Memcached::casByKey — The casByKey purpose
- Memcached::__construct — The __construct purpose
- Memcached::decrement — The decrement purpose
- Memcached::delete — The delete purpose
- Memcached::deleteByKey — The deleteByKey purpose
- Memcached::fetch — The fetch purpose
- Memcached::fetchAll — The fetchAll purpose
- Memcached::flush — The flush purpose
- Memcached::get — The get purpose
- Memcached::getByKey — The getByKey purpose
- Memcached::getDelayed — The getDelayed purpose
- Memcached::getDelayedByKey — The getDelayedByKey purpose
- Memcached::getMulti — The getMulti purpose
- Memcached::getMultiByKey — The getMultiByKey purpose
- Memcached::getOption — The getOption purpose
- Memcached::getResultCode — The getResultCode purpose
- Memcached::getServerByKey — The getServerByKey purpose
- Memcached::getServerList — The getServerList purpose
- Memcached::getStats — The getStats purpose
- Memcached::increment — The increment purpose
- Memcached::prepend — The prepend purpose
- Memcached::prependByKey — The prependByKey purpose
- Memcached::replace — The replace purpose
- Memcached::replaceByKey — The replaceByKey purpose
- Memcached::set — The set purpose
- Memcached::setByKey — The setByKey purpose
- Memcached::setMulti — The setMulti purpose
- Memcached::setMultiByKey — The setMultiByKey purpose
- Memcached::setOption — The setOption purpose
Memcached
There are no user contributed notes for this page.
