pinewell's farmer blog 農業と電子工作、ソフトウェア、バイク、車

2013年2月4日

epgrec

Filed under: その他 — pinewell @ 12:02 PM

録画ファイル名の#が邪魔くさい。
ので、Reservation.class.phpの
// あると面倒くさそうな文字を全部_に
// #を追加。
//$filename = preg_replace(“/[ \.\/\*:<>\?\\|()\’\”&]/u”,”_”, trim($filename) );
$filename = preg_replace(“/[ \.\/\#\*:<>\?\\|()\’\”&]/u”,”_”, trim($filename) );
に変更。

コメントはまだありません »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress