摘要: 移除 HTML 标签$text=strip_tags($input,""); 返回 $start 和 $end 之间的文本functionGetBetween($content,$start,$end){$r=explode($start,$content);if(isset($r[1])){$r=explode($end,$r[1]);return$r[0];}return'';} 将url转换成链接$url="Jean-BaptisteJung(http://www.webdevcat.com)";$url=preg_replace( 阅读全文
posted @ 2011-10-28 10:18 @万里 阅读(183) 评论(0) 推荐(0)