Friday 1 December 2017

php - Remove BOM from files









As
you can see from href="https://stackoverflow.com/questions/5565349/somehow-php-broke-doctype">here
I`m fighting with BOM in my files. Can you recommend me linux console tool to remove BOM
from all files in current/sub directory ?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...