API16

API16:JSessionStorageEaccelerator/close

From Joomla! Documentation

Revision as of 02:04, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Close the SessionHandler backend.



Syntax

close()


Returns

boolean True on success, false otherwise.

Defined in

libraries/joomla/session/storage/eaccelerator.php

Importing

jimport( 'joomla.session.storage.eaccelerator' );

Source Body

function close()
{
        return true;
}



Examples

Code Examples