JUtility::getHash: Difference between revisions
From Joomla! Documentation
Layout updates |
Updated to r1448:247ba8d88526 |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JUtility::getHash|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JUtility::getHash|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
<source lang="php"> | <source lang="php"> | ||
public static | public static function getHash ($seed) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
* '''Returns''' string | |||
string | * '''Defined''' on line 89 of libraries/joomla/utilities/utility.php | ||
* '''Referenced by''' | |||
libraries/joomla/utilities/utility.php | ** [[JApplication::__construct/11.1|JApplication::__construct]] | ||
* | |||
* [[JApplication::__construct/11.1|JApplication::__construct]] | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JUtility::getHash source code''' on [[jplatform:utilities/utility.php#cl-81|BitBucket]] | |||
* {{JVer|11.1}} Class [[JUtility/11.1|JUtility]] | |||
* {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]] | |||
* [[JUtility::getHash|Other versions of JUtility::getHash]] | |||
{{SeeAlso:JUtility::getHash}} | |||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JUtility::getHash|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JUtility::getHash|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
===User contributed notes=== | |||
=== | |||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 47: | Line 45: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JUtility]][[Category:JUtility::getHash]]</noinclude> | <noinclude>[[Category:JUtility]][[Category:JUtility::getHash]]</noinclude> | ||
Revision as of 02:56, 28 April 2011
JUtility::getHash
Description
Provides a secure hash based on a seed.
Template:Description:JUtility::getHash [Edit Descripton]
public static function getHash ($seed)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $seed | string | Seed string. |
- Returns string
- Defined on line 89 of libraries/joomla/utilities/utility.php
- Referenced by
See also
JUtility::getHash source code on BitBucket
Class JUtility
Subpackage Utilities- Other versions of JUtility::getHash
Template:SeeAlso:JUtility::getHash [Edit See Also]
User contributed notes
<CodeExamplesForm />