Function Forum_driver_smf2->_legacy_password_hash
Definitions
sources/forum/smf2.php
- LEGACY: SMF hashing for SMF 1 and 1.1.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$password_raw | string | required parameter | N/A | N/A | The value to hash |
$key | string | required parameter | N/A | N/A | Special key to hash with |
$smf1_only | boolean | False | N/A | N/A | Whether to just use original SMF hashing |
Return
- The hashed data
- Type: string
- Set: N/A
- Range: N/A