-
Notifications
You must be signed in to change notification settings - Fork 6
API Reference
kajidai edited this page Sep 13, 2010
·
22 revisions
I have write in consideration of compatibility with PECL::Memcache
- http://jp.php.net/manual/en/book.memcache.php
Add a memcached server to connection pool
bool Memcached::addServer ( string $host [, int $port ])
Retrieve item from the server
string Memcached::get ( string $key [, int &$flags ] )
Store data at the server
bool Memcached::set ( string $key , mixed $var [, int $expire [, int $flags ]] )
Delete item from the server
bool Memcached::delete ( string $key [, int $timeout ] )
Set client behavior
bool Memcached::behavior_set (int $flag)