API16

Difference between revisions of "JCacheStorage/test"

From Joomla! Documentation

< API16:JCacheStorage
(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...)
 
m (preparing for archive only)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
Test to see if the storage handler is available.
 
Test to see if the storage handler is available.
  
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCacheStorage/test|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
  
{{Description:JCacheStorage/test}}
+
 
 +
<! removed transcluded page call, red link never existed >
  
 
===Syntax===
 
===Syntax===
Line 28: Line 26:
 
</source>
 
</source>
  
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorage/test|Edit See Also]]<nowiki>]</nowiki>
+
<! removed transcluded page call, red link never existed >
</span>
 
{{SeeAlso:JCacheStorage/test}}
 
  
 
===Examples===
 
===Examples===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
  noresultsheader=\n
 
  noresultsheader=\n
 
  category=test
 
  category=test
 
  category=JCacheStorage
 
  category=JCacheStorage
  category=CodeExample
+
  namespace=CodeExample
 
  category=MethodExample
 
  category=MethodExample
 
  include=*
 
  include=*
 
  format= ,,,
 
  format= ,,,
 
</dpl>
 
</dpl>
 +
[[Category:Archived pages API16]]

Latest revision as of 20:22, 24 March 2017

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.


<! removed transcluded page call, red link never existed >

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;
}


<! removed transcluded page call, red link never existed >

Examples[edit]

Code Examples[edit]