php how to get web image size in kb?

前端 未结 7 966
迷失自我
迷失自我 2020-12-31 01:40

php how to get web image size in kb?

getimagesize only get the width and height.

and filesize caused waring.



        
7条回答
  •  无人及你
    2020-12-31 02:18

    Here is a good link regarding filesize()

    You cannot use filesize() to retrieve remote file information. It must first be downloaded or determined by another method

    Using Curl here is a good method:

    Tutorial

提交回复
热议问题