API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JSession::_setOptions|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JSession::_setOptions|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:04, 24 March 2017

Joomla 11.1 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

{{subst:SeeAlso:JSession::_setOptions}}

User contributed notes

<CodeExamplesForm />