get()
get(string $key) : mixed
Returns the data stored under the specified key.
Parameters
string | $key | The key under which the data is stored |
Returns
mixed —The data stored under the specified key.