PHP Function List
memcache-get doesn't exist. Closest matches:
- memcache
- memcached
- memcache_debug
- realpath_cache_get
- apache_getenv
- sem_get
- http_cache_etag
- wincache_ucache_get
- mqseries_get
- each
- mb_ereg_search_getpos
- openal_source_get
- apache_setenv
- mb_ereg_match
- mysqli_get_cache_stats
- mb_ereg_search_getregs
- apache_get_modules
- apache_get_version
- clearstatcache
- newt_scale_set
Site Search Results
-
Memcache::get() returns previously stored data if an item with such key exists on the server at this moment. You can pass array of keys to Memcache::get() to get array of ...
-
Memcache::getExtendedStats - ManualA failed server will have its corresponding entry set to FALSE. You can also use the memcache_get_extended_stats() function. Note: This function has been added to Memcache ...
-
expire time is 30 seconds */ memcache_set ($memcache_obj, 'var_key', 'some variable', 0, 30); echo memcache_get ($memcache_obj, 'var_key');?>
-
$get_result = $memcache-> get ('key'); echo "Data from the cache:<br/>\n"; var_dump ($get_result);?> # Test to see if the file renders in your browser
-
$value = $memcache-> get ( $key ); $memcache-> set ( $key, $value + 1 ); // release lock $memcache-> delete ( 'lock:' . $key ); } else { // variable is currently locked, so do ...
-
Memcache::get — Retrieve item from the server; Memcache::getExtendedStats — Get statistics from all servers in pool; Memcache::getServerStatus — Returns server status
-
Do not use Memcache::increment() with items that have been stored compressed because subsequent calls to Memcache::get() will fail.
-
Memcache::get() は、その時点でサーバ上に key というキーのデータが存在する場合に、 格納されているデータを返します。
-
echo "Store data in the cache (data will expire in 10 seconds)<br/>\n"; $get_result = $memcache-> get ('key'); echo "Data from the cache:<br/>\n"; var_dump ($get_result);
-
If I have all these objects on the same server I can get all data with only one call to memcache -> get (get_multi), so this improves performance a lot.

Other forms of search
To search the string "memcache-get" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
