API17

JSession:: setOptions: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Set additional session options.  
Set additional session options.  


{{subst:Description:JSession::_setOptions}}
 


<source lang="php">
<source lang="php">
Line 29: Line 29:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[API17:JSession::_setOptions|Other versions of JSession::_setOptions]]
* [[API17:JSession::_setOptions|Other versions of JSession::_setOptions]]
{{subst:SeeAlso:JSession::_setOptions}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JSession::_setOptions
category=JSession::_setOptions
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:38, 25 March 2017

Joomla 11.1 JSession::_setOptions

Description

Set additional session options.


protected function _setOptions (&$options)
Parameter Type Default Description
&$options array list of parameter
  • Returns boolean true on success
  • Defined on line 651 of libraries/joomla/session/session.php

See also


User contributed notes

Code Examples