|
|
PHP ezmlm_hash() Function
|
Tutorials » Php »
|
Topic |
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.
|
|
A Note |
Learn PHP programming language tutorial with simple and neat example. Hope you enjoy this free tutorial.
Do give us your valuable feedback and suggestions on this online tutorial. This is a Copyright Content.
|
|
|
|