API17

Difference between revisions of "JSessionStorageEaccelerator::read"

From Joomla! Documentation

m (JoomlaWikiBot moved page JSessionStorageEaccelerator::read/11.1 to API17:JSessionStorageEaccelerator::read without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JSessionStorageEaccelerator::read source code''' on [[jplatform:session/storage/eaccelerator.php#cl-60|BitBucket]]
 
* {{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}} Class [[API17:JSessionStorageEaccelerator|JSessionStorageEaccelerator]]
* {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[JSessionStorageEaccelerator::read|Other versions of JSessionStorageEaccelerator::read]]
+
* [[API17:JSessionStorageEaccelerator::read|Other versions of JSessionStorageEaccelerator::read]]
 
{{SeeAlso:JSessionStorageEaccelerator::read}}
 
{{SeeAlso:JSessionStorageEaccelerator::read}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 46: Line 46:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JSessionStorageEaccelerator]][[Category:JSessionStorageEaccelerator::read]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:30, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JSessionStorageEaccelerator::read[edit]

Description[edit]

Read the data for a particular session identifier from the SessionHandler backend.

Template: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[edit]

Template:SeeAlso:JSessionStorageEaccelerator::read [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />