API17:JSessionStorageDatabase::destroy
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JSessionStorageDatabase::destroy|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JSessionStorageDatabase::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 24: | 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 123 of libraries/joomla/session/storage/database.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/session/storage/database.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JSessionStorageDatabase::destroy source code''' on [[jplatform:session/storage/database.php#cl-115|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JSessionStorageDatabase/11.1|JSessionStorageDatabase]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]] | ||
| + | * [[JSessionStorageDatabase::destroy|Other versions of JSessionStorageDatabase::destroy]] | ||
| + | {{SeeAlso:JSessionStorageDatabase::destroy}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageDatabase::destroy|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JSessionStorageDatabase::destroy|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 48: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JSessionStorageDatabase]][[Category:JSessionStorageDatabase::destroy]]</noinclude> | <noinclude>[[Category:JSessionStorageDatabase]][[Category:JSessionStorageDatabase::destroy]]</noinclude> | ||
Revision as of 21:37, 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.
JSessionStorageDatabase::destroy
Description
Destroy the data for a particular session identifier in the SessionHandler backend.
Description:JSessionStorageDatabase::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 123 of libraries/joomla/session/storage/database.php
- Since
See also
-
JSessionStorageDatabase::destroy source code on BitBucket
-
Class JSessionStorageDatabase
-
Subpackage Session
- Other versions of JSessionStorageDatabase::destroy
SeeAlso:JSessionStorageDatabase::destroy [Edit See Also]
User contributed notes
<CodeExamplesForm />
