API17

Difference between revisions of "JUtility::getHash"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 27: Line 27:
 
* '''Defined''' on line 89 of libraries/joomla/utilities/utility.php
 
* '''Defined''' on line 89 of libraries/joomla/utilities/utility.php
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JApplication::__construct/11.1|JApplication::__construct]]
+
** [[API17:JApplication::__construct|JApplication::__construct]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JUtility::getHash source code''' on [[jplatform:utilities/utility.php#cl-81|BitBucket]]
 
* {{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}} Class [[API17:JUtility|JUtility]]
* {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[JUtility::getHash|Other versions of JUtility::getHash]]
+
* [[API17:JUtility::getHash|Other versions of JUtility::getHash]]
 
{{SeeAlso:JUtility::getHash}}
 
{{SeeAlso:JUtility::getHash}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

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 />