(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