Docs

EVF_Session::get( string $key, mixed $default = null ): array|string

Get a session variable.

Parameters

$keystringrequired
Key to get.
$defaultmixedoptional
used if the session variable isn’t set.

Default:null

Return

array|string value of session variable