Hi all
What's the difference when calling getimagesize() and @getimagesize() method?
I saw in the script sometimes use getimagesize and sometimes use @getimagesize but I dont' understand what's the difference. Can anyone here explain to me?
Thanks
I might be wrong, but I believe that @ symbol makes it hide any errors that result from it. So if you were trying to get the image size and an error occured, the @ symbol would prevent the error from displaying.