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 |
|---|
| password_verify(3) - php |
| hash_file(3) - php |
| md5(3) - php |
| md5_file(3) - php |
| sha1_file(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| User Guide: Posting in the Emergency Forum |
| Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
| Denial Of Service Attack Update |