php 檔案驗證 可使用 md5 編碼,來確認下載下來的檔案是否一致
[php]
md5_file(檔案路徑名稱);
[/php]
http://www.nirsoft.net/utils/hash_my_files.html
本機可使用此軟體得知檔案的md5編碼

學無止境,教學相長
php 檔案驗證 可使用 md5 編碼,來確認下載下來的檔案是否一致
[php]
md5_file(檔案路徑名稱);
[/php]
http://www.nirsoft.net/utils/hash_my_files.html
本機可使用此軟體得知檔案的md5編碼