API17

Difference between revisions of "JSessionStorageApc::open"

From Joomla! Documentation

m (JoomlaWikiBot moved page JSessionStorageApc::open/11.1 to API17:JSessionStorageApc::open without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 36: Line 36:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JSessionStorageApc::open source code''' on [[jplatform:session/storage/apc.php#cl-37|BitBucket]]
 
* {{JVer|11.1}} '''JSessionStorageApc::open source code''' on [[jplatform:session/storage/apc.php#cl-37|BitBucket]]
* {{JVer|11.1}} Class [[JSessionStorageApc/11.1|JSessionStorageApc]]
+
* {{JVer|11.1}} Class [[API17:JSessionStorageApc|JSessionStorageApc]]
* {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[JSessionStorageApc::open|Other versions of JSessionStorageApc::open]]
+
* [[API17:JSessionStorageApc::open|Other versions of JSessionStorageApc::open]]
 
{{SeeAlso:JSessionStorageApc::open}}
 
{{SeeAlso:JSessionStorageApc::open}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 54: Line 54:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JSessionStorageApc]][[Category:JSessionStorageApc::open]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:29, 11 May 2013

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

Description[edit]

Open the SessionHandler backend.

Template:Description:JSessionStorageApc::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 45 of libraries/joomla/session/storage/apc.php

See also[edit]

Template:SeeAlso:JSessionStorageApc::open [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />