API17

Difference between revisions of "JUtility::getHash"

From Joomla! Documentation

(Layout updates)
m (moving preparation)
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JUtility::getHash|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JUtility::getHash|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JUtility::getHash ($seed)
+
public static function getHash ($seed)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string
string
+
* '''Defined''' on line 89 of libraries/joomla/utilities/utility.php
===Defined in===
+
* '''Referenced by'''
libraries/joomla/utilities/utility.php (line 88)
+
** [[API17:JApplication::__construct|JApplication::__construct]]
* see source code in [[jplatform:utilities/utility.php#cl-88|BitBucket]]
 
===Referenced by===
 
* [[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 [[API17:JUtility|JUtility]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
 +
* [[API17: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>
* [[JUtility/11.1|JUtility]]
+
===User contributed notes===
* [[JUtility::getHash|Other versions of this method]]
 
{{SeeAlso:JUtility::getHash}}
 
===Examples===
 
 
<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:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:50, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JUtility::getHash[edit]

Description[edit]

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.

See also[edit]

Template:SeeAlso:JUtility::getHash [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />