JSessionStorage/close: Difference between revisions
From Joomla! Documentation
New page: ===Description===
Close the SessionHandler backend.
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]<... |
m clean up |
||
| Line 2: | Line 2: | ||
Close the SessionHandler backend. | Close the SessionHandler backend. | ||
{{Description:JSessionStorage/close}} | |||
{{subst:Description:JSessionStorage/close}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 28: | Line 26: | ||
</source> | </source> | ||
{{subst:SeeAlso:JSessionStorage/close}} | |||
{{SeeAlso:JSessionStorage/close}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:23, 24 March 2017
Description
Close the SessionHandler backend.
{{subst:Description:JSessionStorage/close}}
Syntax
close()
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/session/storage.php
Importing
jimport( 'joomla.session.storage' );
Source Body
function close()
{
return true;
}
{{subst:SeeAlso:JSessionStorage/close}}
Examples
<CodeExamplesForm />