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.

Parameters

string $key
string $value

Return Value

void

at line 26
protected void unsetEnvironmentValue(string $key)

Unset an environment variable for the current PHP process.

Parameters

string $key

Return Value

void