aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-08-31 09:31:30 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-08-31 09:31:30 +0000
commitc492016ace472b5a8e432fbf2bf8f391d690b642 (patch)
tree1b52db5b370a463a75fede1aaaead35f759a24ab /phpBB/includes/functions.php
parentbc63b8685c9f2982439d967fdf0a042c922ad79c (diff)
downloadforums-c492016ace472b5a8e432fbf2bf8f391d690b642.tar
forums-c492016ace472b5a8e432fbf2bf8f391d690b642.tar.gz
forums-c492016ace472b5a8e432fbf2bf8f391d690b642.tar.bz2
forums-c492016ace472b5a8e432fbf2bf8f391d690b642.tar.xz
forums-c492016ace472b5a8e432fbf2bf8f391d690b642.zip
Addition to r10060: Add function documentation.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10071 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index c6a6d354ce..6d67f87096 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -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)
{