I have a php file that should echo nothing when everything is ok. But, due to hosting server setting (In my opinion) it echoes BOM.
Can I somehow override encoding for that file, so it echoes nothing, not even BOM?
(P.S. this was working for quite some time, it started to echo BOM without editing from my side).