JSimpleCrypt:: xorCharString: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
Line 4: | Line 4: | ||
Decrypt. | Decrypt. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JSimpleCrypt::_xorCharString | category=JSimpleCrypt::_xorCharString | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* |
Latest revision as of 03:42, 25 March 2017
JSimpleCrypt::_xorCharString
Description
Decrypt.
protected function _xorCharString ($s)
Parameter | Type | Default | Description |
---|---|---|---|
$s | string | $s |
See also
JSimpleCrypt::_xorCharString source code on BitBucket
Class JSimpleCrypt
Subpackage Utilities
- Other versions of JSimpleCrypt::_xorCharString
User contributed notes
Code Examples