1.2.1550. ext/memcached¶
Extension ext-memcached.
This extension uses the libmemcached library to provide an API for communicating with memcached servers. It also provides a session handler (memcached).
<?php
$m = new Memcached();
$m->addServer('localhost', 11211);
$m->set('foo', 100);
var_dump($m->get('foo'));
?>
See also ext/memcached manual and memcached.
1.2.1550.1. Specs¶
Short name |
Extensions/Extmemcached |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |