Process.env

Return an associative array with the process' environment variables.

Note that if copyEnv is set to true, this value is ignored.

  1. string[string] env()
    class Process
    string[string]
    env
    ()
  2. string[string] env(string[string] env)

Meta