JSessionStorageXcache/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<now... |
m clean up |
||
| Line 2: | Line 2: | ||
Close the SessionHandler backend. | Close the SessionHandler backend. | ||
{{Description:JSessionStorageXcache/close}} | |||
{{subst:Description:JSessionStorageXcache/close}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 28: | Line 26: | ||
</source> | </source> | ||
{{subst:SeeAlso:JSessionStorageXcache/close}} | |||
{{SeeAlso:JSessionStorageXcache/close}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:25, 24 March 2017
Description
Close the SessionHandler backend.
{{subst:Description:JSessionStorageXcache/close}}
Syntax
close()
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/session/storage/xcache.php
Importing
jimport( 'joomla.session.storage.xcache' );
Source Body
function close()
{
return true;
}
{{subst:SeeAlso:JSessionStorageXcache/close}}
Examples
<CodeExamplesForm />