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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JSession::_setOptions | category=JSession::_setOptions | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* |
Latest revision as of 03:38, 25 March 2017
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
JSession::_setOptions source code on BitBucket
Class JSession
Subpackage Session
- Other versions of JSession::_setOptions
User contributed notes
Code Examples