API17

Difference between revisions of "JSessionStorageApc::read"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JSessionStorageApc->read ($id)
+
public JSessionStorageApc::read ($id)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 28: Line 28:
 
string The session data.
 
string The session data.
 
===Defined in===
 
===Defined in===
libraries/joomla/session/storage/apc.php
+
libraries/joomla/session/storage/apc.php (line 70)
 +
* see source code in [[jplatform:session/storage/apc.php#cl-70|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:13, 23 April 2011

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

Description[edit]

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

Template:Description:JSessionStorageApc::read [Edit Descripton]

Synopsis[edit]

public JSessionStorageApc::read ($id)
Parameter Type Default Description
$id string The session identifier.

Returns[edit]

string The session data.

Defined in[edit]

libraries/joomla/session/storage/apc.php (line 70)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JSessionStorageApc::read

Examples[edit]

<CodeExamplesForm />