API17

JSessionStorageNone::write: Difference between revisions

From Joomla! Documentation

m JoomlaWikiBot moved page JSessionStorageNone::write/11.1 to API17:JSessionStorageNone::write without leaving a redirect: Robot: Moved page
m User contributed notes: moving preparation
Line 55: Line 55:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JSessionStorageNone]][[Category:JSessionStorageNone::write]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 22:11, 11 May 2013

Joomla 11.1 JSessionStorageNone::write

Description

Write session data to the SessionHandler backend.

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

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

See also

Template:SeeAlso:JSessionStorageNone::write [Edit See Also]

User contributed notes

<CodeExamplesForm />