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