Is my understand regarding superglobal arrays $_ENV and $_SERVER correct ?
$_ENV: Contains information about environment variables
$_SERVER: Contains information about the server$_ENV is accessible from both web server and on the command line
$_SERVER is accessible through only web server, not on the command line