php how to get web image size in kb?
getimagesize only get the width and height.
getimagesize
and filesize caused waring.
filesize
waring
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