Skip to content

Kirby 4.5.0

$environment->options()

Loads and returns options from environment-specific PHP files (by host name and server IP address or CLI)

$environment->options(string $root): array

Parameters

Name Type Default Description
$root * string Root directory to load configs from

Return type

array

Parent class

Kirby\Http\Environment