1
0
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:
Andreas Fischer 2009-08-31 09:31:30 +00:00
parent bc63b8685c
commit c492016ace

View File

@ -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)
{