API17:JApplication::getHash
From Joomla! Documentation
JApplication::getHash
Description
Provides a secure hash based on a seed.
Template:Description:JApplication::getHash [Edit Descripton]
Since
Synopsis
public static JApplication::getHash ($seed)
Parameter | Type | Default | Description |
---|---|---|---|
$seed | string | Seed string. |
Returns
string
Defined in
libraries/joomla/application/application.php
Referenced by
See also
Template:SeeAlso:JApplication::getHash
Examples
<CodeExamplesForm />