get()
get(string $key, mixed $default = '') : array|false|string
Get an environment variable by key name
Parameters
string | $key | the key of the variable to lookup |
mixed | $default | the default value to return if the environment variable is not found |