mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
Addition to r10060: Add function documentation.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10071 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bc63b8685c
commit
c492016ace
@ -552,7 +552,11 @@ function _hash_crypt_private($password, $setting, &$itoa64)
|
||||
}
|
||||
|
||||
/**
|
||||
* Hash email
|
||||
* Hashes an email address to a big integer
|
||||
*
|
||||
* @param string $email Email address
|
||||
*
|
||||
* @return string Big Integer
|
||||
*/
|
||||
function phpbb_email_hash($email)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user