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: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Revision as of 22:11, 11 May 2013
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

See also
JSessionStorageNone::write source code on BitBucket
Class JSessionStorageNone
Subpackage Session- Other versions of JSessionStorageNone::write
Template:SeeAlso:JSessionStorageNone::write [Edit See Also]
User contributed notes
<CodeExamplesForm />