API16

JSessionStorage/close: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
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.


<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JSessionStorage/close|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JSessionStorage/close}}
 
{{subst:Description:JSessionStorage/close}}


===Syntax===
===Syntax===
Line 28: Line 26:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JSessionStorage/close|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JSessionStorage/close}}
</span>
{{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 />