API17:JSessionStorageEaccelerator::read
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JSessionStorageEaccelerator::read|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JSessionStorageEaccelerator::read|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function read ($id) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 22: | Line 21: | ||
|string | |string | ||
| | | | ||
| − | |The session identifier. | + | |The session identifier. |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string The session data. | |
| − | string The session data. | + | * '''Defined''' on line 68 of libraries/joomla/session/storage/eaccelerator.php |
| − | + | ||
| − | libraries/joomla/session/storage/eaccelerator.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JSessionStorageEaccelerator::read source code''' on [[jplatform:session/storage/eaccelerator.php#cl-60|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JSessionStorageEaccelerator/11.1|JSessionStorageEaccelerator]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]] | ||
| + | * [[JSessionStorageEaccelerator::read|Other versions of JSessionStorageEaccelerator::read]] | ||
| + | {{SeeAlso:JSessionStorageEaccelerator::read}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageEaccelerator::read|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JSessionStorageEaccelerator::read|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JSessionStorageEaccelerator]][[Category:JSessionStorageEaccelerator::read]]</noinclude> | <noinclude>[[Category:JSessionStorageEaccelerator]][[Category:JSessionStorageEaccelerator::read]]</noinclude> | ||
Revision as of 21:38, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JSessionStorageEaccelerator::read
Description
Read the data for a particular session identifier from the SessionHandler backend.
Description:JSessionStorageEaccelerator::read [Edit Descripton]
public function read ($id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The session identifier. |
- Returns string The session data.
- Defined on line 68 of libraries/joomla/session/storage/eaccelerator.php
See also
-
JSessionStorageEaccelerator::read source code on BitBucket
-
Class JSessionStorageEaccelerator
-
Subpackage Session
- Other versions of JSessionStorageEaccelerator::read
SeeAlso:JSessionStorageEaccelerator::read [Edit See Also]
User contributed notes
<CodeExamplesForm />
