1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс CSecuritySystemInformation

Открытые статические члены

static getSystemInformation ()
static getAdditionalInformation ()
static getCurrentHost ()
static getCurrentHostName ()
static isRunOnWin ()
static isCliMode ()
static isIpValid ($ip, $allowPrivate=false, $allowRes=false)

Защищенные статические члены

static getSites ()
static getModulesInfo ()
static getPullingInfo ()
static getEnvironmentInfo ()
static getBitrixVMVersion ()
static getPhpInfo ()
static getDbInfo ()
static getMemcacheSID ()
static getMemCacheInfoFromCluster ()
static getMemCacheInfoFromConstants ()
static getMemCachedHosts ()
static getMemCacheInfo ()
static getDBHosts ()
static getDBHostsFromCluster ()
static getDBHostsFromConstants ()

Подробное описание

См. определение в файле system_information.php строка 3

Методы

◆ getAdditionalInformation()

getAdditionalInformation ( )
static

Return additional information, such as P&P or LDAP server information

Начиная с
14.5.4
Возвращает
array

См. определение в файле system_information.php строка 27

◆ getBitrixVMVersion()

getBitrixVMVersion ( )
staticprotected

Return BitrixVM version

Возвращает
string

См. определение в файле system_information.php строка 258

◆ getCurrentHost()

getCurrentHost ( )
static

Return current host/port (in puny code for cyrillic domain)

Возвращает
string

См. определение в файле system_information.php строка 42

◆ getCurrentHostName()

getCurrentHostName ( )
static

Return current host name (in puny code for cyrillic domain)

Возвращает
string

См. определение в файле system_information.php строка 55

◆ getDBHosts()

getDBHosts ( )
staticprotected
Возвращает
array

См. определение в файле system_information.php строка 404

◆ getDBHostsFromCluster()

getDBHostsFromCluster ( )
staticprotected

Return information about DB from cluster module

Возвращает
array

См. определение в файле system_information.php строка 423

◆ getDBHostsFromConstants()

getDBHostsFromConstants ( )
staticprotected

Return information about DB from Bitrix constants (in dbconn.php)

Возвращает
array

@global CDatabase $DB

См. определение в файле system_information.php строка 454

◆ getDbInfo()

getDbInfo ( )
staticprotected

Return information about DB configuration

Возвращает
array

См. определение в файле system_information.php строка 286

◆ getEnvironmentInfo()

getEnvironmentInfo ( )
staticprotected

Return information about environment, such as BitrixVM version

Возвращает
array

См. определение в файле system_information.php строка 246

◆ getMemCachedHosts()

getMemCachedHosts ( )
staticprotected

Return memcached hosts

Возвращает
array

См. определение в файле system_information.php строка 366

◆ getMemCacheInfo()

getMemCacheInfo ( )
staticprotected

Return summary information about memcached

Возвращает
array

См. определение в файле system_information.php строка 385

◆ getMemCacheInfoFromCluster()

getMemCacheInfoFromCluster ( )
staticprotected

Return information about memcached from cluster module

Возвращает
array

См. определение в файле system_information.php строка 318

◆ getMemCacheInfoFromConstants()

getMemCacheInfoFromConstants ( )
staticprotected

Return information about memcached from Bitrix constants (in dbconn.php)

Возвращает
array

См. определение в файле system_information.php строка 342

◆ getMemcacheSID()

getMemcacheSID ( )
staticprotected

Return used memcache SID (with cluster support)

Возвращает
string

См. определение в файле system_information.php строка 302

◆ getModulesInfo()

getModulesInfo ( )
staticprotected

Return information about installed modules and versions

Возвращает
array

См. определение в файле system_information.php строка 170

◆ getPhpInfo()

getPhpInfo ( )
staticprotected

Return information about php configuration

Возвращает
array

См. определение в файле system_information.php строка 271

◆ getPullingInfo()

getPullingInfo ( )
staticprotected

Return some information about P&P, such as publish url

Начиная с
14.5.4
Возвращает
array

См. определение в файле system_information.php строка 218

◆ getSites()

getSites ( )
staticprotected

Return all sites (and domains) on current kernel

Начиная с
14.5.4
Возвращает
array

См. определение в файле system_information.php строка 139

◆ getSystemInformation()

getSystemInformation ( )
static

Return system information, such as php version

Возвращает
array

См. определение в файле system_information.php строка 10

◆ isCliMode()

isCliMode ( )
static
Начиная с
14.0.6
Возвращает
bool

См. определение в файле system_information.php строка 74

◆ isIpValid()

isIpValid ( $ip,
$allowPrivate = false,
$allowRes = false )
static

Validates IP address (IPv4 only).

Начиная с
15.5.0
Аргументы
string$ipIP address for checking.
bool$allowPrivateFails or not for the following private IPv4 ranges: 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16.
bool$allowResFails or not for the following reserved IPv4 ranges: 0.0.0.0/8, 169.254.0.0/16, 192.0.2.0/24, 127.0.0.0/24 and 224.0.0.0/4.
Возвращает
bool

См. определение в файле system_information.php строка 88

◆ isRunOnWin()

isRunOnWin ( )
static
Начиная с
14.0.4
Возвращает
bool

См. определение в файле system_information.php строка 65


Объявления и описания членов класса находятся в файле: