JSession::has
Check whether data exists in the session store
Signature
public function has(string
$name,
[string
$namespace = 'default'] )
Parameters
-
$name
- Name of variable
-
$namespace
- Namespace to use, default to 'default'
Returns
- boolean
- True if the variable exists
Tasks
Line | Task |
---|---|
544 | :: generated error here |