API16

JCacheStorage/test

From Joomla! Documentation

< API16:JCacheStorage
Revision as of 17:38, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Test to see if the storage handler is available. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JCacheStorage/test|Edit Descripton...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Test to see if the storage handler is available.

[Edit Descripton]

Template:Description:JCacheStorage/test

Syntax[edit]

test()


Returns[edit]

boolean True on success, false otherwise.

Defined in[edit]

libraries/joomla/cache/storage.php

Importing[edit]

jimport( 'joomla.cache.storage' );

Source Body[edit]

function test()
{
        return true;
}

[Edit See Also] Template:SeeAlso:JCacheStorage/test

Examples[edit]

<CodeExamplesForm />