public function Process::getEnv in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/process/Process.php \Symfony\Component\Process\Process::getEnv()
Gets the environment variables.
Return value
array The current environment variables
File
- vendor/
symfony/ process/ Process.php, line 1006
Class
- Process
- Process is a thin wrapper around proc_* functions to easily start independent PHP processes.
Namespace
Symfony\Component\ProcessCode
public function getEnv() {
return $this->env;
}