php - getimagesize function does not working -


The image in my website is located in another server, I tried to get the size of an image using the getimagesize of PHP and It does not work This gives an error 'getimagesize is not searchable' I tried this same function from other servers (the images are on the same server and I change the location of the file, which is using the getimagesize function) And it worked. From manual:

filename

br> The parameter specifies the file about which you want to get information. It can refer to a local file or use one of the supported streams of a remote file.

About those settings (for) the most part permissions_arbell_fopen enabled or disabled.


Comments