API17

Difference between revisions of "JSessionStorageWincache::close"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Close the SessionHandler backend.  
 
Close the SessionHandler backend.  
  
{{Description:JSessionStorageWincache::close}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JSessionStorageWincache::close|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JSessionStorageWincache->close ()
+
public function close ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' boolean True on success, false otherwise.
boolean True on success, false otherwise.
+
* '''Defined''' on line 55 of libraries/joomla/session/storage/wincache.php
===Defined in===
 
libraries/joomla/session/storage/wincache.php
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JSessionStorageWincache::close source code''' on [[jplatform:session/storage/wincache.php#cl-47|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageWincache::close|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JSessionStorageWincache|JSessionStorageWincache]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[JSessionStorageWincache/11.1|JSessionStorageWincache]]
+
* [[API17:JSessionStorageWincache::close|Other versions of JSessionStorageWincache::close]]
* [[JSessionStorageWincache::close|Other versions of this method]]
+
 
{{SeeAlso:JSessionStorageWincache::close}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JSessionStorageWincache::close
 
category=JSessionStorageWincache::close
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JSessionStorageWincache]][[Category:JSessionStorageWincache::close]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:41, 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 JSessionStorageWincache::close[edit]

Description[edit]

Close the SessionHandler backend.


public function close ()
  • Returns boolean True on success, false otherwise.
  • Defined on line 55 of libraries/joomla/session/storage/wincache.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]