API17

JSession:: setOptions: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
=={{JVer|11.1}} JSession::_setOptions==
=={{JVer|11.1}} JSession::_setOptions==
===Description===
===Description===
set additional session options  
Set additional session options.
 
 


{{Description:JSession::_setOptions}}
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JSession::_setOptions|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
protected JSession->_setOptions (&$options)
protected function _setOptions (&$options)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 22: Line 19:
|array
|array
|
|
|list of parameter  
|list of parameter
|-
|-
|}
|}
===Returns===
* '''Returns''' boolean true on success
boolean true on success
* '''Defined''' on line 651 of libraries/joomla/session/session.php
===Defined in===
libraries/joomla/session/session.php
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JSession::_setOptions source code''' on [[jplatform:session/session.php#cl-643|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JSession::_setOptions|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JSession|JSession]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[JSession/11.1|JSession]]
* [[API17:JSession::_setOptions|Other versions of JSession::_setOptions]]
* [[JSession::_setOptions|Other versions of this method]]
 
{{SeeAlso:JSession::_setOptions}}
 
===Examples===
===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=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JSession]][[Category:JSession::_setOptions]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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