JSessionStorageApc::read/1.5
From Joomla! Documentation
JSessionStorageApc::read
Description
Read the data for a particular session identifier from the SessionHandler backend.
Description:JSessionStorageApc::read [Edit Descripton]
public function read ($id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The session identifier. |
- Returns string The session data.
- Defined on line 76 of libraries/joomla/session/storage/apc.php
See also
-
JSessionStorageApc::read on api.joomla.org
-
JSessionStorageApc source code on JoomlaCode
-
Class JSessionStorageApc
-
Subpackage Session
- Other versions of JSessionStorageApc::read
SeeAlso:JSessionStorageApc::read [Edit See Also]
User contributed notes
<CodeExamplesForm />