API17

Difference between revisions of "JUtility::getHash"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Provides a secure hash based on a seed.  
 
Provides a secure hash based on a seed.  
  
{{Description:JUtility::getHash}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JUtility::getHash|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public static function getHash ($seed)
 
public static function getHash ($seed)
Line 27: Line 25:
 
* '''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}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JUtility::getHash|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JUtility::getHash
 
category=JUtility::getHash
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 48: Line 44:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JUtility]][[Category:JUtility::getHash]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:56, 24 March 2017

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.


public static function getHash ($seed)
Parameter Type Default Description
$seed string Seed string.

See also[edit]


User contributed notes[edit]

Code Examples[edit]