API16:JSessionStorageApc/close
From Joomla! Documentation
Description
Close the SessionHandler backend.
Syntax
close()
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/session/storage/apc.php
Importing
jimport( 'joomla.session.storage.apc' );
Source Body
function close()
{
return true;
}
Examples
Code Examples