PHP ezmlm_hash() Function

What is ezmlm_hash Function?
How to calculate hash value using PHP?

Explanation

The "ezmlm_hash()" function is used to calculate the hash value needed by EZMLM. The hash value created is compatible with EZMLM mailing list, so that PHP script can be integrated with a EZMLM database.

Syntax:


int ezmlm_hash ( string addr )

In the above syntax address specifies the email address to calculate the hash value.

PHP Topics


Ask Questions

Ask Question