在线文档教程
PHP
加密 | Cryptography

hash_update_file

hash_update_file

(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1)

hash_update_file — 将数据从文件中抽取到活动哈希上下文中

描述

bool hash_update_file ( resource $hcontext , string $filename [, resource $scontext = NULL ] )

参数

hcontext

由hash_init()返回的散列上下文。

filename

描述要散列的文件位置的URL;支持文件打开包装。

scontext

由stream_context_create()返回的流上下文。

返回值