예제 #1
1
 /**
  * @param $body
  *
  * @return string
  */
 protected function stripBom($body)
 {
     return UTF8::removeBOM($body);
 }