Mic*_*key 3 php ftp md5
是否可以在远程服务器上获取文件的md5?如果是这样的话?
new*_*cct 15
怎么样 md5_file("http://remotelocation/file")
md5_file("http://remotelocation/file")
Vin*_*vic 7
没有下载它,或者提供信息的远程服务器(Web服务,HTML页面等)是不可能的.
md5(file_get_contents("http://remotelocation/file"))如果您的PHP安装配置为打开远程流,则可以使用下载文件并计算md5哈希.但那会下载完整的文件.
md5(file_get_contents("http://remotelocation/file"))
归档时间:
16 年 前
查看次数:
12613 次
最近记录:
13 年,2 月 前