hash_update_file

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

hash_update_file将数据从文件泵入活动哈希上下文

描述

hash_update_file(HashContext $context, string $filename, ?resource $stream_context = null): bool

参数

context

hash_init() 返回的哈希上下文。

filename

描述要哈希的文件位置的 URL;支持 fopen() 包装器。

stream_context

stream_context_create() 返回的流上下文。

返回值

成功时返回 true,失败时返回 false

变更日志

版本 描述
8.0.0 stream_context 现在可以为空。
7.2.0 接受 HashContext 而不是资源。

另请参阅

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top