PHP の str_replace() の技

  こういうことが出来たらしい

$str = str_replace(array("\r", "\n", "\r\n"), "", $str);