API17

JSimpleCrypt:: xorCharString: 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}} JSimpleCrypt::_xorCharString==
=={{JVer|11.1}} JSimpleCrypt::_xorCharString==
===Description===
===Description===
Decrypt.




{{Description:JSimpleCrypt::_xorCharString}}
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JSimpleCrypt::_xorCharString|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
public  JSimpleCrypt->_xorCharString ($s)
protected function _xorCharString ($s)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 20: Line 17:
|-
|-
|$s
|$s
|string
|
|
|
|$s
|
|-
|-
|}
|}
===Returns===
* '''Returns'''
* '''Defined''' on line 239 of libraries/joomla/utilities/simplecrypt.php
* '''Since''' {{JVer|11.1 }}
===See also===
* {{JVer|11.1}} '''JSimpleCrypt::_xorCharString source code''' on [[jplatform:utilities/simplecrypt.php#cl-231|BitBucket]]
* {{JVer|11.1}} Class [[API17:JSimpleCrypt|JSimpleCrypt]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[API17:JSimpleCrypt::_xorCharString|Other versions of JSimpleCrypt::_xorCharString]]


===Defined in===
 
libraries/joomla/utilities/simplecrypt.php
===User contributed notes===
===Referenced by===
=== Code Examples ===
===See also===
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JSimpleCrypt::_xorCharString|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[JSimpleCrypt/11.1|JSimpleCrypt]]
* [[JSimpleCrypt::_xorCharString|Other versions of this method]]
{{SeeAlso:JSimpleCrypt::_xorCharString}}
===Examples===
<CodeExamplesForm />
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JSimpleCrypt::_xorCharString
category=JSimpleCrypt::_xorCharString
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JSimpleCrypt]][[Category:JSimpleCrypt::_xorCharString]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:42, 25 March 2017

Joomla 11.1 JSimpleCrypt::_xorCharString

Description

Decrypt.


protected function _xorCharString ($s)
Parameter Type Default Description
$s string $s
  • Returns
  • Defined on line 239 of libraries/joomla/utilities/simplecrypt.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples