str_replace
(PHP 4, PHP 5)
str_replace — Replace all occurrences of the search string with the replacement string
Description
This function returns a string or an array with all occurrences of search
in subject
replaced
with the givenreplace
value.
If you don't need fancy replacing rules (like regular expressions), you should always use this function instead of
相关阅读:
JMeter 中_time 函数的使用(时间戳、当前时间)
通用分页存储过程
如何才算掌握Java(J2SE篇) 转载
Java 外企面试若干题
Java 有用的网址 转载
JDBC链接基本步骤
java基础学习 视频学习 数据类型以及运算符
Java基础 构造对象初始化变量的顺序浅见
全面解析《嵌入式程序员应该知道的16个问题》 转载