hash_update
(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1)
hash_update — 向活躍的雜湊運算上下文中填充數據
說明
   hash_update(HashContext 
 $context, string $data): bool返回值
   返回 true。
  
更新日誌
| 版本 | 說明 | 
|---|---|
| 7.2.0 | 接收參數從資源型別修改爲 HashContext 對像型別。 | 
參見
- hash_init() - 初始化增量雜湊運算上下文
- hash_update_file() - 從檔案向活躍的雜湊運算上下文中填充數據
- hash_update_stream() - 從打開的流向活躍的雜湊運算上下文中填充數據
- hash_final() - 結束增量雜湊,並且返回摘要結果