How to get the file size of a remotely stored image? (php)

后端 未结 3 2093
闹比i
闹比i 2020-12-21 08:54

Let\'s say we have an image file, stored in a remote server (for example, let\'s take this image), how can we determine (in PHP code) it\'s file size?

If the file wa

3条回答
  •  北荒
    北荒 (楼主)
    2020-12-21 09:53

    Someone else has a function for that that basically does it as a socket connection: http://snippets.dzone.com/posts/show/1207

提交回复
热议问题