php man page for ezmlm_hash

Query: ezmlm_hash

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
mail::spamassassin::persistentaddrlist(3) - suse
md5(3) - php
md5_file(3) - php
mail::spamassassin::persistentaddrlist(3pm) - debian
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Nicki Paul to the Moderator Team!