apache_getenvGet an Apache subprocess_env variableDescriptionstringapache_getenvstringvariableboolwalk_to_topapache_getenv returns the value of the Apache
environment variable specified by variable, or
&false; on failure.
apache_getenv is only defined when using
Apache 2.
apache_getenv example
]]>
The example above shows how to retrieve the value of the Apache
environment variable "SERVER_ADDR".
See also apache_setenv,
getenv&listendand;
Superglobals.