JSession:: setOptions: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
Line 4: | Line 4: | ||
Set additional session options. | Set additional session options. | ||
{{Description:JSession::_setOptions}} | {{subst:Description:JSession::_setOptions}} | ||
<source lang="php"> | <source lang="php"> | ||
protected function _setOptions (&$options) | protected function _setOptions (&$options) | ||
Line 31: | 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]] | ||
{{SeeAlso:JSession::_setOptions}} | {{subst:SeeAlso:JSession::_setOptions}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> |
Revision as of 16:04, 24 March 2017
JSession::_setOptions
Description
Set additional session options.
{{subst:Description:JSession::_setOptions}}
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
{{subst:SeeAlso:JSession::_setOptions}}
User contributed notes
<CodeExamplesForm />