JApplication::getHash: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
Line 30: | Line 30: | ||
string | string | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/application/application.php | libraries/joomla/application/application.php (line 808) | ||
* see source code in [[jplatform:application/application.php#cl-808|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
* [[JSession | * [[JSession::getFormToken/11.1|JSession::getFormToken]] | ||
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> |
Revision as of 00:52, 24 April 2011
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 (line 808)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JApplication::getHash
Examples
<CodeExamplesForm />