public function OpCacheDataModel::getPageTitle in Production check & Production monitor 7
Same name and namespace in other branches
- 6 includes/prod_check.opcache.inc \OpCacheDataModel::getPageTitle()
File
- includes/
prod_check.opcache.inc, line 26
Class
Code
public function getPageTitle() {
return 'PHP ' . phpversion() . " with OpCache {$this->_configuration['version']['version']}";
}