API17

Difference between revisions of "JSessionStorageXcache::write"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JSessionStorageXcache->write ($id, $session_data)
+
public JSessionStorageXcache::write ($id, $session_data)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 33: Line 33:
 
boolean True on success, false otherwise.
 
boolean True on success, false otherwise.
 
===Defined in===
 
===Defined in===
libraries/joomla/session/storage/xcache.php
+
libraries/joomla/session/storage/xcache.php (line 89)
 +
* see source code in [[jplatform:session/storage/xcache.php#cl-89|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:15, 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 JSessionStorageXcache::write[edit]

Description[edit]

Write session data to the SessionHandler backend.

Template:Description:JSessionStorageXcache::write [Edit Descripton]

Synopsis[edit]

public JSessionStorageXcache::write ($id, $session_data)
Parameter Type Default Description
$id string The session identifier.
$session_data string The session data.

Returns[edit]

boolean True on success, false otherwise.

Defined in[edit]

libraries/joomla/session/storage/xcache.php (line 89)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JSessionStorageXcache::write

Examples[edit]

<CodeExamplesForm />