PHP ~ remove string new line

其實只取代掉\n還不夠........還是會有line

這邊有個比較完成的方法~

str_replace( array("\r\n", "\n", "\r") , " ", $description);


reference
http://php.net/manual/en/function.str-replace.php

沒有留言: