php - Effects of using the wrong image headers for echo file_get_contents('someImageFile.ext') -
It seems that it does not matter which image header I use to exit via php script I have an image file with an unknown extension; .ext
Is there any real effect? (Is PHP silently changing it or bypassing format?)
What output do you have Expect to get output?
The script may be causing an error or the function that you are using is not binary safe, I am guessing from your tags that you are using, but you What are they looking for?
/ html>
Comments
Post a Comment