php将“\\”转换成“\”的例子

str_replace('\\\\', '\\', $url);

posted @ 2015-04-11 11:37  一菲聪天  阅读(575)  评论(0)    收藏  举报