\Knack\ZeroBounce\UtilitiesEnvironment

Class Environment

Summary

Methods
Properties
Constants
get()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

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

Returns

array|false|string