JSimpleCrypt:: xorCharString: Difference between revisions
From Joomla! Documentation
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. | |||
<source lang="php"> | <source lang="php"> | ||
protected function _xorCharString ($s) | |||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 20: | Line 17: | ||
|- | |- | ||
|$s | |$s | ||
|string | |||
| | | | ||
| | |$s | ||
|- | |- | ||
|} | |} | ||
=== | * '''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]] | |||
===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=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> |
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