|
|
|
ติดปัญหาการเปลี่ยนข้อความ รบกวนช่วยเหลือ ตัดเปลี่ยนแปลงข้อความให้หน่อยครับ |
|
|
|
|
|
|
|
Code (PHP)
$old_str = "'user.f' <[email protected]>; [email protected]; [email protected];'user.f2' <[email protected]>;[email protected]";
$new_str = str_replace("'", '', $old_str );// '
$new_str = str_replace(' ', '', $new_str );// space
$new_str = str_replace('<', '', $new_str );// <
$new_str = str_replace('>', '', $new_str );// >
$new_str = str_replace(';', ',', $new_str );// ; => ,
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|