转换某些字元。
语法: string strtr(string str, string from, string to);
传回值: 字串
函式种类: 资料处理
本函式将字串 str 中和 from 有关的字元一一转成 to 的字元。
ereg_replace()