function apc_handle_stats in APC - Alternative PHP Cache 5
Same name and namespace in other branches
- 6 apc.inc \apc_handle_stats()
Return stats about the apc cache
Parameters
$key: The key of the data to retrieve.
$bin: The bin/silo to look in.
File
- ./
apc.inc, line 229
Code
function apc_handle_stats($bin = 'cache') {
//TODO: need to figure out what i want to do here
return print_r(apc_cache_info('user'), TRUE);
}