API17:JSessionStorageMemcache::destroy
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JSessionStorageMemcache::destroy|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JSessionStorageMemcache::destroy|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function destroy ($id) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 22: | Line 21: | ||
|string | |string | ||
| | | | ||
| − | |The session identifier. | + | |The session identifier. |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean True on success, false otherwise. | |
| − | boolean True on success, false otherwise. | + | * '''Defined''' on line 154 of libraries/joomla/session/storage/memcache.php |
| − | + | ||
| − | libraries/joomla/session/storage/memcache.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JSessionStorageMemcache::destroy source code''' on [[jplatform:session/storage/memcache.php#cl-146|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JSessionStorageMemcache/11.1|JSessionStorageMemcache]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]] | ||
| + | * [[JSessionStorageMemcache::destroy|Other versions of JSessionStorageMemcache::destroy]] | ||
| + | {{SeeAlso:JSessionStorageMemcache::destroy}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageMemcache::destroy|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JSessionStorageMemcache::destroy|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JSessionStorageMemcache]][[Category:JSessionStorageMemcache::destroy]]</noinclude> | <noinclude>[[Category:JSessionStorageMemcache]][[Category:JSessionStorageMemcache::destroy]]</noinclude> | ||
Revision as of 21:38, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JSessionStorageMemcache::destroy
Description
Destroy the data for a particular session identifier in the SessionHandler backend.
Description:JSessionStorageMemcache::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 154 of libraries/joomla/session/storage/memcache.php
See also
-
JSessionStorageMemcache::destroy source code on BitBucket
-
Class JSessionStorageMemcache
-
Subpackage Session
- Other versions of JSessionStorageMemcache::destroy
SeeAlso:JSessionStorageMemcache::destroy [Edit See Also]
User contributed notes
<CodeExamplesForm />
