API17

Difference between revisions of "JSessionStorageEaccelerator::read"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Read the data for a particular session identifier from the SessionHandler backend.  
 
Read the data for a particular session identifier from the SessionHandler backend.  
  
{{Description:JSessionStorageEaccelerator::read}}
+
{{subst:Description:JSessionStorageEaccelerator::read}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JSessionStorageEaccelerator::read|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function read ($id)
 
public function read ($id)
Line 31: Line 29:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
 
* [[API17:JSessionStorageEaccelerator::read|Other versions of JSessionStorageEaccelerator::read]]
 
* [[API17:JSessionStorageEaccelerator::read|Other versions of JSessionStorageEaccelerator::read]]
{{SeeAlso:JSessionStorageEaccelerator::read}}
+
{{subst:SeeAlso:JSessionStorageEaccelerator::read}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageEaccelerator::read|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 11:06, 24 March 2017

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.

{{subst:Description:JSessionStorageEaccelerator::read}}

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]

{{subst:SeeAlso:JSessionStorageEaccelerator::read}}

User contributed notes[edit]

<CodeExamplesForm />