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 environment variables through PHP's native runtime.
\FastForward\DevTools\Environment\Environment
\FastForward\DevTools\Environment\EnvironmentInterface
Reads an environment variable or 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