[PHP-users 27064] Re: File I/O
Tadashi Jokagi
ml @ elf.no-ip.org
2005年 10月 4日 (火) 10:20:53 JST
ぢょ〜@よくきたなです.
#メーラーから Reply-To: の設定外しましょうね
tome34さんの「[PHP-users 27054] Re: File I/O」から
>一度書き込んだデータは表示で使うだけですので結局下記のようにしました。
>EReg_Replace("\r\n|\r|\n", "<br>", $w_msg);
ただの置換は str_replace を使いましょう.将来的に正規表現を使い
たくなりそうな処理ですか?
str_replace( array( "\r\n", "\n", "\r"), "<br>", $w_msg);
#「<br />」に置換されていいならnl2br()関数もありますが
--
----.----1----.----2----.----3----.----4----.----5----.----6----.----7
Tadashi Jokagi/Shibuya city mailto:elf @ elf.no-ip.org
YokukitanaII http://elf.no-ip.org/
Yokukita blog http://blog.poyo.jp/
Yokukita wiki http://wiki.poyo.jp/
PHP-users メーリングリストの案内