API17

Difference between revisions of "JSessionStorageEaccelerator::destroy"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JSessionStorageEaccelerator::destroy|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JSessionStorageEaccelerator::destroy|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JSessionStorageEaccelerator::destroy ($id)
+
public function destroy ($id)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' boolean True on success, false otherwise.
boolean True on success, false otherwise.
+
* '''Defined''' on line 95 of libraries/joomla/session/storage/eaccelerator.php
===Defined in===
 
libraries/joomla/session/storage/eaccelerator.php (line 98)
 
* see source code in [[jplatform:session/storage/eaccelerator.php#cl-98|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JSessionStorageEaccelerator::destroy source code''' on [[jplatform:session/storage/eaccelerator.php#cl-87|BitBucket]]
 +
* {{JVer|11.1}} Class [[JSessionStorageEaccelerator/11.1|JSessionStorageEaccelerator]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]]
 +
* [[JSessionStorageEaccelerator::destroy|Other versions of JSessionStorageEaccelerator::destroy]]
 +
{{SeeAlso:JSessionStorageEaccelerator::destroy}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageEaccelerator::destroy|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageEaccelerator::destroy|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JSessionStorageEaccelerator/11.1|JSessionStorageEaccelerator]]
+
===User contributed notes===
* [[JSessionStorageEaccelerator::destroy|Other versions of this method]]
 
{{SeeAlso:JSessionStorageEaccelerator::destroy}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 46: Line 43:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JSessionStorageEaccelerator]][[Category:JSessionStorageEaccelerator::destroy]]</noinclude>
 
<noinclude>[[Category:JSessionStorageEaccelerator]][[Category:JSessionStorageEaccelerator::destroy]]</noinclude>

Revision as of 21:38, 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 JSessionStorageEaccelerator::destroy[edit]

Description[edit]

Destroy the data for a particular session identifier in the SessionHandler backend.

Template:Description:JSessionStorageEaccelerator::destroy [Edit Descripton]

public function destroy ($id)
Parameter Type Default Description
$id string The session identifier.
  • Returns boolean True on success, false otherwise.
  • Defined on line 95 of libraries/joomla/session/storage/eaccelerator.php

See also[edit]

Template:SeeAlso:JSessionStorageEaccelerator::destroy [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />