In windows the newline consists of two characters \r\n and in MAC OS the newline character is just a carrige return \r. To shaveo ff the last n chracters:
PHP Code:
 $str substr($str, -1);