+1 vote
in PHP by

What does $_ENV mean?

1 Answer

0 votes
by

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

Related questions

+1 vote
asked Jun 22, 2019 in PHP by SakshiSharma
+1 vote
asked Jun 23, 2019 in PHP by SakshiSharma
...