You are here

public function OpCacheDataModel::getPageTitle in Production check & Production monitor 6

Same name and namespace in other branches
  1. 7 includes/prod_check.opcache.inc \OpCacheDataModel::getPageTitle()

File

includes/prod_check.opcache.inc, line 26

Class

OpCacheDataModel

Code

public function getPageTitle() {
  return 'PHP ' . phpversion() . " with OpCache {$this->_configuration['version']['version']}";
}