API17:JUtility::getToken
From Joomla! Documentation
JUtility::getToken
Description
Method to determine a hash for anti-spoofing variable names.
public static function getToken ($forceNew=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $forceNew | false |
- Returns string Hashed var name
- Defined on line 105 of libraries/joomla/utilities/utility.php
- Since

- Referenced by
See also
JUtility::getToken source code on BitBucket
Class JUtility
Subpackage Utilities- Other versions of JUtility::getToken
User contributed notes
Code Examples