Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPmd5_file関数を使用md5 checksumして画像を取得すると、チェックサムが毎回異なることがわかりました。
md5_file
md5 checksum
gif画像ですか、md5_file()それとも動的な関数ですか?
md5_file()
ファイルの内容が変わらない限り、これは不可能です
md5_file("path/file");
同じままである場合file、出力は毎回同じハッシュになります
file