API17:JSessionStorageXcache::open
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JSessionStorageXcache::open|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JSessionStorageXcache::open|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function open ( |
| + | $save_path | ||
| + | $session_name | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 29: | ||
|string | |string | ||
| | | | ||
| − | |The name of the session. | + | |The name of the session. |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean True on success, false otherwise. | |
| − | boolean True on success, false otherwise. | + | * '''Defined''' on line 44 of libraries/joomla/session/storage/xcache.php |
| − | + | ||
| − | libraries/joomla/session/storage/xcache.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JSessionStorageXcache::open source code''' on [[jplatform:session/storage/xcache.php#cl-36|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JSessionStorageXcache/11.1|JSessionStorageXcache]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]] | ||
| + | * [[JSessionStorageXcache::open|Other versions of JSessionStorageXcache::open]] | ||
| + | {{SeeAlso:JSessionStorageXcache::open}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageXcache::open|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JSessionStorageXcache::open|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 50: | Line 51: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JSessionStorageXcache]][[Category:JSessionStorageXcache::open]]</noinclude> | <noinclude>[[Category:JSessionStorageXcache]][[Category:JSessionStorageXcache::open]]</noinclude> | ||
Revision as of 21:39, 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.
JSessionStorageXcache::open
Description
Open the SessionHandler backend.
Description:JSessionStorageXcache::open [Edit Descripton]
public function open ( $save_path $session_name )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $save_path | string | The path to the session object. | |
| $session_name | string | The name of the session. |
- Returns boolean True on success, false otherwise.
- Defined on line 44 of libraries/joomla/session/storage/xcache.php
See also
-
JSessionStorageXcache::open source code on BitBucket
-
Class JSessionStorageXcache
-
Subpackage Session
- Other versions of JSessionStorageXcache::open
SeeAlso:JSessionStorageXcache::open [Edit See Also]
User contributed notes
<CodeExamplesForm />
