We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Reads process environment variables without binding callers to Composer APIs.
\FastForward\DevTools\Environment\EnvironmentInterface
Reads an environment variable or, when no name is provided, the current environment map.
public get(string|null $name = null, string|null $default = null): array<string,string>|string|null
Parameters:
$name
$default
Return Value:
the environment map, variable value, or default fallback