Easy Tutorial
❮ Func Ftp Systype Func Math Floor ❯

PHP ezmlm_hash() Function

Complete PHP Mail Reference Manual


Definition and Usage

The ezmlm_hash() function is used to calculate the hash value for EZMLM mailing lists stored in a MySQL database.

This function takes an email address as a parameter and returns an integer hash value.

Syntax

Parameter Description
addr The email address to be hashed.

Example 1

Calculate the hash value of an email address:

Example

<?php
$user = "[email protected]";
$hash = ezmlm_hash($user);

echo "The hash value for $user is: $hash.";
?>

Complete PHP Mail Reference Manual

❮ Func Ftp Systype Func Math Floor ❯