API16

API16:JSessionStorageXcache/close

From Joomla! Documentation

Revision as of 22:39, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Close the SessionHandler backend. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<now...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Close the SessionHandler backend.

[Edit Descripton]

Template: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;
}

[Edit See Also] Template:SeeAlso:JSessionStorageXcache/close

Examples

<CodeExamplesForm />