The ezmlm_hash() function is used to save the hash value of the EZMLM mailing list in a MySQL database.
This function accepts an Email address parameter and returns an integer hash value.
int ezmlm_hash (string $addr)
parameter | describe |
---|---|
addr | The email address to be hashed. |
Calculate the hash of an email address: