JCacheStorage/test: Difference between revisions
From Joomla! Documentation
m removing red link to edit, no existant pages |
m clean up |
||
| Line 2: | Line 2: | ||
Test to see if the storage handler is available. | Test to see if the storage handler is available. | ||
<! removed transcluded page call, red link never existed > | <! removed transcluded page call, red link never existed > | ||
| Line 28: | Line 26: | ||
</source> | </source> | ||
<! removed transcluded page call, red link never existed > | <! removed transcluded page call, red link never existed > | ||
Revision as of 13:42, 24 March 2017
Description
Test to see if the storage handler is available.
<! removed transcluded page call, red link never existed >
Syntax
test()
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/cache/storage.php
Importing
jimport( 'joomla.cache.storage' );
Source Body
function test()
{
return true;
}
<! removed transcluded page call, red link never existed >
Examples
<CodeExamplesForm />