InteractsWithEnvironment
trait InteractsWithEnvironment
Methods
void
setEnvironmentValue(string $key, string $value)
Set an environment variable for the current PHP process.
void
unsetEnvironmentValue(string $key)
Unset an environment variable for the current PHP process.
Details
at line 14
protected void
setEnvironmentValue(string $key, string $value)
Set an environment variable for the current PHP process.
at line 26
protected void
unsetEnvironmentValue(string $key)
Unset an environment variable for the current PHP process.