getimagesize and https

后端 未结 3 1810
南方客
南方客 2021-01-19 21:58

I am retrieving facebook album images from facebook.I have calculating the image size using the php function getimagesize.This function is working fine when the url is in ht

3条回答
  •  猫巷女王i
    2021-01-19 22:27

    $newlink = str_replace('https://', 'http://', $oldlink);

    I guess this could help to strip https:// to http://

提交回复
热议问题