apache_setenvSet an Apache subprocess_env variable Description
bool apache_setenv
( string
$variable
, string $value
[, bool $walk_to_top = false
] )
apache_setenv sets the value of the Apache
environment variable specified by
Parameters
Return Values
Returns Examples
Example #1 Setting an Apache environment variable using apache_setenv
<?php Notes
See Also
|