API17

JSimpleCrypt:: xorCharString: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Decrypt.  
Decrypt.  


{{Description:JSimpleCrypt::_xorCharString}}
{{subst:Description:JSimpleCrypt::_xorCharString}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JSimpleCrypt::_xorCharString|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
protected function _xorCharString ($s)
protected function _xorCharString ($s)
Line 32: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[API17:JSimpleCrypt::_xorCharString|Other versions of JSimpleCrypt::_xorCharString]]
* [[API17:JSimpleCrypt::_xorCharString|Other versions of JSimpleCrypt::_xorCharString]]
{{SeeAlso:JSimpleCrypt::_xorCharString}}
{{subst:SeeAlso:JSimpleCrypt::_xorCharString}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JSimpleCrypt::_xorCharString|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:08, 24 March 2017

Joomla 11.1 JSimpleCrypt::_xorCharString

Description

Decrypt.

{{subst:Description:JSimpleCrypt::_xorCharString}}

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

{{subst:SeeAlso:JSimpleCrypt::_xorCharString}}

User contributed notes

<CodeExamplesForm />