欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

php去除字符串首尾中英文空格

shiping1 的头像
  1. /** 
  2.  * 去除空格(包括中英文空格) 
  3.  * User: yangyingjie 
  4.  * qq: 471156231  
  5.  */  
  6. function  mbTrim($str)  
  7. {  
  8.     return mb_ereg_replace('(^( | )+|( | )+$)''', $str);  
来自 http://xiaoyangok.iteye.com/blog/1114666
http://www.iteye.com/topic/1130426
http://www.jb51.net/article/30321.htm
普通分类: