Метод | Описание | |
---|---|---|
__construct ( string $path = '.' ) | ||
endsWith ( string $haystack, string | array $needles ) : boolean | Determine if a given string ends with a given substring. | |
startsWith ( string $haystack, string | array $needles ) : boolean | Determine if a given string starts with a given substring. |
Метод | Описание | |
---|---|---|
env ( string $key, mixed $default = null ) : mixed | Gets the value of an environment variable. Supports boolean, empty and null. |