Home  >  Article  >  Backend Development  >  getimgesize - PHP getimagesize 用法问题

getimgesize - PHP getimagesize 用法问题

WBOY
WBOYOriginal
2016-06-06 20:52:03857browse

getimagesize 在处理远程图片的时候经常失败,是否有其他函数可以替代 或者其他方法
我只想要图片的宽和高 比如CURL 是否可以获取? 我只找到到了HEADER中的 文件大小。

回复内容:

getimagesize 在处理远程图片的时候经常失败,是否有其他函数可以替代 或者其他方法
我只想要图片的宽和高 比如CURL 是否可以获取? 我只找到到了HEADER中的 文件大小。

header里面是无法获知图片的尺寸的,所以你在把这个文件下载完成之前是无法得到它宽和高的

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn