Q. Which PHP function retrieves environment variables?
β
Correct Answer: (D)
Both getenv() and $_ENV
Explanation: Environment variables can be accessed using getenv() or $_ENV.