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