API17

JSessionStorageEaccelerator::write: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Write session data to the SessionHandler backend.  
Write session data to the SessionHandler backend.  


{{Description:JSessionStorageEaccelerator::write}}
{{subst:Description:JSessionStorageEaccelerator::write}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JSessionStorageEaccelerator::write|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function write (
public function write (
Line 39: Line 37:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[API17:JSessionStorageEaccelerator::write|Other versions of JSessionStorageEaccelerator::write]]
* [[API17:JSessionStorageEaccelerator::write|Other versions of JSessionStorageEaccelerator::write]]
{{SeeAlso:JSessionStorageEaccelerator::write}}
{{subst:SeeAlso:JSessionStorageEaccelerator::write}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageEaccelerator::write|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:06, 24 March 2017

Joomla 11.1 JSessionStorageEaccelerator::write

Description

Write session data to the SessionHandler backend.

{{subst:Description:JSessionStorageEaccelerator::write}}

public function write (
        $id
        $session_data
)
Parameter Type Default Description
$id string The session identifier.
$session_data string The session data.
  • Returns boolean True on success, false otherwise.
  • Defined on line 82 of libraries/joomla/session/storage/eaccelerator.php

See also

{{subst:SeeAlso:JSessionStorageEaccelerator::write}}

User contributed notes

<CodeExamplesForm />