2 に答える
6
于 2013-05-24T06:56:04.350 に答える
0
$char = utf8_decode('development which in turn � Activates the brain � Strengthens the brain connections �');
$r = utf8_decode('�');
echo $upd = str_replace($r, '', $char);
オンラインで試してみてください:http://writecodeonline.com/php/私にとってはうまくいっています
于 2013-05-24T12:31:58.203 に答える