PHP » GoLang |
login |
register |
about
|
Memcached::cas(PECL memcached >= 0.1.0) Memcached::cas — Compare and swap an item Description
Memcached::cas() performs a "check and set" operation,
so that the item will be stored only if no other client has updated it
since it was last fetched by this client. The check is done via the
Parameters
Return Values
Returns Examples
Example #1 Memcached::cas() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|