How to remove multiple UTF-8 BOM sequences

后端 未结 11 2039
故里飘歌
故里飘歌 2020-11-22 10:28

Using PHP5 (cgi) to output template files from the filesystem and having issues spitting out raw HTML.

private function fetch($name) {
    $path = $this->         


        
11条回答
  •  忘掉有多难
    2020-11-22 11:28

    This might help. let me know if you care for me to expand my thought process.

    
    

    Result:

    terminal$ php TESTINGSTRIPZ.php 
          YOUR RESULT IS: "quoted text" // < with no hidden char.
    

提交回复
热议问题