API17

Difference between revisions of "JSessionStorage::open"

From Joomla! Documentation

m (JoomlaWikiBot moved page JSessionStorage::open/11.1 to API17:JSessionStorage::open without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Open the SessionHandler backend.  
 
Open the SessionHandler backend.  
  
{{Description:JSessionStorage::open}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JSessionStorage::open|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function open (
 
public function open (
Line 36: Line 34:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JSessionStorage::open source code''' on [[jplatform:session/storage.php#cl-90|BitBucket]]
 
* {{JVer|11.1}} '''JSessionStorage::open source code''' on [[jplatform:session/storage.php#cl-90|BitBucket]]
* {{JVer|11.1}} Class [[JSessionStorage/11.1|JSessionStorage]]
+
* {{JVer|11.1}} Class [[API17:JSessionStorage|JSessionStorage]]
* {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[JSessionStorage::open|Other versions of JSessionStorage::open]]
+
* [[API17:JSessionStorage::open|Other versions of JSessionStorage::open]]
{{SeeAlso:JSessionStorage::open}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JSessionStorage::open|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JSessionStorage::open
 
category=JSessionStorage::open
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 54: Line 50:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JSessionStorage]][[Category:JSessionStorage::open]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:39, 24 March 2017

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 JSessionStorage::open[edit]

Description[edit]

Open the SessionHandler backend.


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 98 of libraries/joomla/session/storage.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]