PHP ezmlm_hash() Function

The ezmlm_hash — Calculate the hash value needed by EZMLM.

The ezmlm_hash() function calculates the hash value needed when keeping EZMLM mailing lists in a MySQL database.This function accepts an email address, for which it calculates an integer hash value. This value is compatible with the EZMLM mailing list manager, and can then be used with the EZMLM database for user management.

int ezmlm_hash ( string $addr )

ezmlm_hash() calculates the hash value needed when keeping EZMLM mailing lists in a MySQL database.

Example -

ParameterDescription
addrThe email address that's being hashed.

Return Values