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.
我需要获取图像的宽度和高度。我知道 php 有 getimagesize(),但它的执行时间似乎有点贵。我需要一个诸如 imagesx 之类的函数,但它似乎只处理图像资源而不是图像 url。我该怎么办?
用于curl保存图像,但并行curl运行请求- 这样加载速度会更快(瓶颈不是带宽,而是建立请求时间,所以这会有所帮助)。将图像保存到本地目录后,然后在所有图像上运行。getimagesize()
curl
getimagesize()
卷曲:http ://us.php.net/curl-multi-init