(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1)
hash_update_file — 将数据从文件泵入活动哈希上下文
$context
$filename
$stream_context
null
context
由 hash_init() 返回的哈希上下文。
filename
描述要哈希的文件位置的 URL;支持 fopen() 包装器。
stream_context
由 stream_context_create() 返回的流上下文。
成功时返回 true,失败时返回 false。
true
false