网站首页

>>

PHP初级教程手册


函数:strtr()



strtr

转换某些字符。

语法: string strtr(string str, string from, string to);

返回值: 字符串

函数种类: 资料处理

内容说明

本函数将字符串 str 中和 from 有关的字符一一转成 to 的字符。

参考

ereg_replace()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|