PHP 中的 ezmlm_hash() 函式


ezmlm_hash() 函式在 MySQL 資料庫中儲存 EZMLM 郵件列表時,可計算所需的雜湊值。

語法

ezmlm_hash(addr);

引數

  • addr − 要進行雜湊處理的電子郵件地址。

返回值

ezmlm_hash() 函式返回 addr 的雜湊值。

範例

以下是一個範例 −

<?php
   $username = "abcd@example.com";
   $hash = ezmlm_hash($username);
?>

更新於: 30-07-2019

94 次瀏覽

立即提升您的事業

完成課程取證

開始學習
廣告
© . All rights reserved.