API16

API16:JSessionStorageApc/test

From Joomla! Documentation

Description

Test to see if the SessionHandler is available.



Syntax

test()


Returns

boolean True on success, false otherwise.

Defined in

libraries/joomla/session/storage/apc.php

Importing

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

Source Body

function test() {
        return extension_loaded('apc');
}



Examples

Code Examples