• Модуль: security
  • Путь к файлу: ~/bitrix/modules/security/classes/general/system_information.php
  • Класс: CSecuritySystemInformation
  • Вызов: CSecuritySystemInformation::getSystemInformation
static function getSystemInformation()
{
	$systemInformation = array(
		'php' => static::getPhpInfo(),
		'db' => static::getDbInfo(),
		'memcache' => static::getMemCacheInfo(),
		'environment' => static::getEnvironmentInfo()
	);
	return $systemInformation;
}