Skip to content

Kirby 3.9.8

$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