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 EZMLMSYNOPSISint ezmlm_hash (string $addr)DESCRIPTIONezmlm_hash(3) calculates the hash value needed when keeping EZMLM mailing lists in a MySQL database.PARAMETERSo $addr - The email address that's being hashed.RETURN VALUESThe hash value of $addr.EXAMPLESExample #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) - centos |
hash(3) - php |
mail::spamassassin::persistentaddrlist(3) - suse |
md5(3) - php |
sha1(3) - php |