字符串的常用函数
摘要:
trim –去除字符串首尾的空白字符(或者其他字符)strlen –字符串长度substr –截取字符串str_replace –替换字符串函数substr_replace –对指定字符串中的部分字符串进行替换strstr –检索字符串函数explode –分割字符串函数implode –将数组合并... 阅读全文
posted @ 2015-08-23 12:57 不倒翁php 阅读(110) 评论(0) 推荐(0) 编辑