public function OpCacheDataModel::getHumanUsedMemory in Production check & Production monitor 6
Same name and namespace in other branches
- 7 includes/prod_check.opcache.inc \OpCacheDataModel::getHumanUsedMemory()
File
- includes/
prod_check.opcache.inc, line 196
Class
Code
public function getHumanUsedMemory() {
return $this
->_size_for_humans($this
->getUsedMemory());
}