mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue