2024 年 PHP 日本研討會

ssdeep_fuzzy_hash

(PECL ssdeep >= 1.0.0)

ssdeep_fuzzy_hash從字串建立模糊雜湊值

說明

ssdeep_fuzzy_hash(字串 $to_hash): 字串

ssdeep_fuzzy_hash() 函式會使用 » 上下文觸發分段雜湊演算法 (context-triggered piecewise hashing) 計算 to_hash 的雜湊值,並回傳該雜湊值。

參數

to_hash

輸入字串。

回傳值

成功時回傳字串,否則回傳 false

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top