Junior PHP Developer Question:

Tell me what does $_ENV means?

Tweet Share WhatsApp

Answer:

$_ENV is an associative array of variables sent to the current PHP script via the environment method.

Download Junior PHP Developer PDF Read All 161 Junior PHP Developer Questions
Previous QuestionNext Question
Tell me how to initiate a session in PHP?Explain what does the expression Exception::__toString means?