Function __global->_phpbb_hash_crypt
Definitions
sources/forum/phpbb3.php
- phpBB: The crypt function/replacement.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$password | string | required parameter | N/A | N/A | To encode |
$setting | string | required parameter | N/A | N/A | Encode settings in special format |
Return
- The encoded output (false: error)
- Type: ~string
- Set: N/A
- Range: N/A