What does $_ENV mean?

  • An array of environment variables
  • A global constant
  • A reserved keyword
  • A global function
In PHP, $_ENV is an array that contains the values of environment variables passed to the script. It provides access to environment-specific information. Learn more: http://php.net/manual/en/reserved.variables.environment.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *