getenv
facade/ignition
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Gets the value of a single or all environment variables
<?php getenv
(?
string $name
=
null
,
bool $local_only
=
false
):
string
|array|
false