API17

JSimpleCrypt:: xorCharString: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Decrypt.  
Decrypt.  


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


<source lang="php">
<source lang="php">
Line 30: 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]]
{{subst:SeeAlso:JSimpleCrypt::_xorCharString}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JSimpleCrypt::_xorCharString
category=JSimpleCrypt::_xorCharString
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

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