PHP Env

$_ENV is a superglobal that contains environment variables. Environment variables are provided by the shell under which PHP is running, so they may vary according to different shells.

You can display all your environment variables pronting out $_ENV:

To display an environment variable you can also use getenv()