API17:JUtility::getHash
From Joomla! Documentation
JUtility::getHash
Description
Provides a secure hash based on a seed.
public static function getHash ($seed)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $seed | string | Seed string. |
- Returns string
- Defined on line 89 of libraries/joomla/utilities/utility.php
- Referenced by
See also
JUtility::getHash source code on BitBucket
Class JUtility
Subpackage Utilities- Other versions of JUtility::getHash
User contributed notes
Code Examples