Function __global->_phpbb_hash_encode64
Definitions
sources/forum/phpbb3.php
- phpBB: Encode hash.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$input | string | required parameter | N/A | N/A | To encode |
$count | integer | required parameter | N/A | N/A | How many chars to encode |
$itoa64 | string | required parameter | N/A | N/A | Lookup table used internally |
Return
- The encoded output
- Type: string
- Set: N/A
- Range: N/A