Adam 2009-01-30
Documentation » Utilitiesphpbb_hash_encode64
Produces phpBB base64 encoded hash from the input string
string phpbb_hash_encode64( string $input, string $count, string $itoa64 )
Parameters
- string $input Input string to encode
- string $count Count of output hash elements
- string $itoa64 Array of base64 characters (digits)
Returns
- string base64 encoded hash
Last edited 2009-02-09 17:52:49
