LoginSignup
33
28

More than 5 years have passed since last update.

【PHP】改行コードの削除

Posted at
$str = str_replace(PHP_EOL, '', $str);

PHP_EOL使って環境ごとに書かなくても便利。

33
28
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
33
28