API17

Difference between revisions of "JCacheStorageEaccelerator::test"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JCacheStorageEaccelerator::test|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JCacheStorageEaccelerator::test|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JCacheStorageEaccelerator::test ()
+
public static function test ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' boolean True on success, false otherwise.
boolean True on success, false otherwise.
+
* '''Defined''' on line 165 of libraries/joomla/cache/storage/eaccelerator.php
===Defined in===
 
libraries/joomla/cache/storage/eaccelerator.php (line 165)
 
* see source code in [[jplatform:cache/storage/eaccelerator.php#cl-165|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JCacheStorageEaccelerator::test source code''' on [[jplatform:cache/storage/eaccelerator.php#cl-157|BitBucket]]
 +
* {{JVer|11.1}} Class [[JCacheStorageEaccelerator/11.1|JCacheStorageEaccelerator]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]]
 +
* [[JCacheStorageEaccelerator::test|Other versions of JCacheStorageEaccelerator::test]]
 +
{{SeeAlso:JCacheStorageEaccelerator::test}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageEaccelerator::test|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageEaccelerator::test|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JCacheStorageEaccelerator/11.1|JCacheStorageEaccelerator]]
+
===User contributed notes===
* [[JCacheStorageEaccelerator::test|Other versions of this method]]
 
{{SeeAlso:JCacheStorageEaccelerator::test}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 33: Line 30:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JCacheStorageEaccelerator]][[Category:JCacheStorageEaccelerator::test]]</noinclude>
 
<noinclude>[[Category:JCacheStorageEaccelerator]][[Category:JCacheStorageEaccelerator::test]]</noinclude>

Revision as of 20:17, 27 April 2011

The "API17" 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.

Joomla 11.1 JCacheStorageEaccelerator::test[edit]

Description[edit]

Test to see if the cache storage is available.

Template:Description:JCacheStorageEaccelerator::test [Edit Descripton]

public static function test ()
  • Returns boolean True on success, false otherwise.
  • Defined on line 165 of libraries/joomla/cache/storage/eaccelerator.php

See also[edit]

Template:SeeAlso:JCacheStorageEaccelerator::test [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />