s::get
Gets a session value by key
s::get($key = false, $default = null)
Parameters
- $key (mixed)
- The key to look for. Pass false or null to return the entire session array.
- $default (mixed)
- Optional default value, which should be returned if no element has been found
Return values
- mixed