hash_update_file
(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1)
hash_update_file — アクティブなハッシュコンテキストに、ファイルからデータを投入する
パラメータ
context
-
hash_init() が返すハッシュコンテキスト。
filename
-
ハッシュ対象となるファイルの位置を示す URL。 fopen() ラッパーをサポートしています。
stream_context
-
stream_context_create() が返す ストリームコンテキスト。
参考
- hash_init() - 段階的なハッシュコンテキストを初期化する
- hash_update() - アクティブなハッシュコンテキストにデータを投入する
- hash_update_stream() - アクティブなハッシュコンテキストに、オープンしているストリームから データを投入する
- hash_final() - 段階的なハッシュ処理を終了し、出来上がったダイジェストを返す
- hash_file() - ファイルの内容から、ハッシュ値を生成する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google