API17:JSimpleCrypt::encrypt
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JSimpleCrypt::encrypt== | =={{JVer|11.1}} JSimpleCrypt::encrypt== | ||
===Description=== | ===Description=== | ||
| − | + | Encrypt. | |
{{Description:JSimpleCrypt::encrypt}} | {{Description:JSimpleCrypt::encrypt}} | ||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JSimpleCrypt::encrypt|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JSimpleCrypt::encrypt|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function encrypt ($s) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 20: | Line 19: | ||
|- | |- | ||
|$s | |$s | ||
| + | |string | ||
| | | | ||
| − | | | + | |$s |
| − | + | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string | |
| − | + | * '''Defined''' on line 69 of libraries/joomla/utilities/simplecrypt.php | |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/utilities/simplecrypt.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JSimpleCrypt::encrypt source code''' on [[jplatform:utilities/simplecrypt.php#cl-61|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JSimpleCrypt/11.1|JSimpleCrypt]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]] | ||
| + | * [[JSimpleCrypt::encrypt|Other versions of JSimpleCrypt::encrypt]] | ||
| + | {{SeeAlso:JSimpleCrypt::encrypt}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JSimpleCrypt::encrypt|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JSimpleCrypt::encrypt|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JSimpleCrypt]][[Category:JSimpleCrypt::encrypt]]</noinclude> | <noinclude>[[Category:JSimpleCrypt]][[Category:JSimpleCrypt::encrypt]]</noinclude> | ||
Revision as of 21:40, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JSimpleCrypt::encrypt
Description
Encrypt.
Description:JSimpleCrypt::encrypt [Edit Descripton]
public function encrypt ($s)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $s | string | $s |
See also
-
JSimpleCrypt::encrypt source code on BitBucket
-
Class JSimpleCrypt
-
Subpackage Utilities
- Other versions of JSimpleCrypt::encrypt
SeeAlso:JSimpleCrypt::encrypt [Edit See Also]
User contributed notes
<CodeExamplesForm />
