ezmlm_hash(3) php man page | unix.com

Man Page: ezmlm_hash

Operating Environment: php

Section: 3

EZMLM_HASH(3)								 1							     EZMLM_HASH(3)

ezmlm_hash - Calculate the hash value needed by EZMLM

SYNOPSIS
int ezmlm_hash (string $addr)
DESCRIPTION
ezmlm_hash(3) calculates the hash value needed when keeping EZMLM mailing lists in a MySQL database.
PARAMETERS
o $addr - The email address that's being hashed.
RETURN VALUES
The hash value of $addr.
EXAMPLES
Example #1 Calculating the hash and subscribing a user <?php $user = "joecool@example.com"; $hash = ezmlm_hash($user); $query = sprintf("INSERT INTO sample VALUES (%s, '%s')", $hash, $user); $db->query($query); // using PHPLIB db interface ?> PHP Documentation Group EZMLM_HASH(3)
Related Man Pages
mail::spamassassin::persistentaddrlist(3) - redhat
mysqlnd_ms_query_is_select(3) - php
hash(3) - php
sha1_file(3) - php
mail::spamassassin::persistentaddrlist(3pm) - debian
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update