PHP Manual
Function Reference
Other Services
cURL
Event
FTP
Gearman
LDAP
Memcache
Memcached
mqseries
Network
RRD
ScoutAPM
SNMP
Sockets
SSH2
Stomp
SVM
SVN
TCP
Varnish
YAZ
0MQ messaging
ZooKeeper
LDAP\ResultEntry
Introduction
Other Services
PHP Manual
Memcache
Table of Contents
Introduction
Installing/Configuring
Requirements
Installation
Runtime Configuration
Resource Types
Predefined Constants
Examples
Basic usage
Memcache
— The Memcache class
Memcache::add
— Add an item to the server
Memcache::addServer
— Add a memcached server to connection pool
Memcache::close
— Close memcached server connection
Memcache::connect
— Open memcached server connection
Memcache::decrement
— Decrement item's value
Memcache::delete
— Delete item from the server
Memcache::flush
— Flush all existing items at the server
Memcache::get
— Retrieve item from the server
Memcache::getExtendedStats
— Get statistics from all servers in pool
Memcache::getServerStatus
— Returns server status
Memcache::getStats
— Get statistics of the server
Memcache::getVersion
— Return version of the server
Memcache::increment
— Increment item's value
Memcache::pconnect
— Open memcached server persistent connection
Memcache::replace
— Replace value of the existing item
Memcache::set
— Store data at the server
Memcache::setCompressThreshold
— Enable automatic compression of large values
Memcache::setServerParams
— Changes server parameters and status at runtime
Memcache Functions
memcache_debug
— Turn debug output on/off