PHP Function List
memcache_get doesn't exist. Closest matches:
- memcache
- memcache_debug
- memcached
- realpath_cache_get
- wincache_ucache_get
- apache_getenv
- sem_get
- http_cache_etag
- mqseries_get
- apache_setenv
- timezone_name_get
- openal_source_get
- mb_ereg_search_getpos
- udm_free_agent
- newt_scale_set
- apache_get_version
- apache_get_modules
- mb_ereg_search_getregs
- com_get
- apache_note
Site Search Results
-
Memcached::get() 返回之前存储在key下的元素。如果元素被找到,并且提供 了cas_token参数, 这个 ... Note that this function can return NULL as FALSE, so don't make checks with === FALSE as with the old Memcache class, because it ...
-
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 values. The result array will contain only found key-value pairs.
-
Memcache::getStats() returns an associative array with server's statistics. Array keys correspond to stats parameters and values to parameter's values. Also you can use memcache_get_stats() function.
-
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::get() は、その時点でサーバー上に key というキーのデータが存在する場合に、 格納されているデータを返します。 Memcache::get() にキーの配列を渡すことにより、 値の配列を取得 ...
-
Memcached::getStats() 返回一个包含所有可用memcache服务器状态的数组. 返回的统计信息的详细描述参见 ... total_connections] => 151 [connection_structures] => 3 [bytes] => 20345 [cmd_get ...
-
Note that this function can return NULL as FALSE, so don't make checks with === FALSE as with the old Memcache class, because it ... var_dump ($Memcached-> get ('key')); // boolean false var_dump ($Memcached-> getResultCode ()); // int 0 which is Memcached ...
-
Unlike Memcached::get() it is not possible to specify a read-through cache callback for Memcached::getMulti(), because the memcache protocol does not provide information on which keys were not found in the multi-key request.
-
Memcached::getByKey() 除了可以通过server_key参数自由的指定key 所映射的服务器外, 在功能上等同于 Memcached::get()。(译注: 关于*ByKey系列方法及$server_key的工作原理请参照addByKey方法文档)
-
Memcached::getResultCode - ManualMemcached::GET_PRESERVE_ORDER - 1 Memcached::RES_SUCCESS - 0 Memcached::RES_FAILURE - 1 Memcached::RES_HOST_LOOKUP_FAILURE - 2 Memcached::RES_UNKNOWN_READ_FAILURE - 7 Memcached::RES_PROTOCOL_ERROR - 8 Memcached::RES_CLIENT_ERROR - 9

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.
