API17

Difference between revisions of "JSessionStorageNone::read"

From Joomla! Documentation

m (JoomlaWikiBot moved page JSessionStorageNone::read/11.1 to API17:JSessionStorageNone::read without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
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:JSessionStorageNone::read}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JSessionStorageNone::read|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function read ($id)
 
public function read ($id)
Line 29: Line 27:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JSessionStorageNone::read source code''' on [[jplatform:session/storage/none.php#cl-57|BitBucket]]
 
* {{JVer|11.1}} '''JSessionStorageNone::read source code''' on [[jplatform:session/storage/none.php#cl-57|BitBucket]]
* {{JVer|11.1}} Class [[JSessionStorageNone/11.1|JSessionStorageNone]]
+
* {{JVer|11.1}} Class [[API17:JSessionStorageNone|JSessionStorageNone]]
* {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[JSessionStorageNone::read|Other versions of JSessionStorageNone::read]]
+
* [[API17:JSessionStorageNone::read|Other versions of JSessionStorageNone::read]]
{{SeeAlso:JSessionStorageNone::read}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageNone::read|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JSessionStorageNone::read
 
category=JSessionStorageNone::read
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 47: Line 43:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JSessionStorageNone]][[Category:JSessionStorageNone::read]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:41, 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 JSessionStorageNone::read[edit]

Description[edit]

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


public function read ($id)
Parameter Type Default Description
$id string The session identifier.
  • Returns string The session data.
  • Defined on line 65 of libraries/joomla/session/storage/none.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]