System

php\lang\System

final class

Methods


__construct()

private

static halt($status)

Exit from program with status globally

Параметры:
  • $statusint
static gc
static getEnv
Результат:string[]
static getProperty($name, $def = '')

Gets a system property by name

Параметры:
  • $name
  • $defstring
Результат:

string