最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > 建站教程 > php教程 >

php正则连接中文本程序

时间:2014-06-09 16:40来源: 作者: 点击:
$htm = ahref=http://www.vcphp.comtest1/abr/ . ahref=http://www.vcphp.comtest2/abr/ . ahref=http://www.vcphp.comtest3/abr/ . ahref=http://www.vcphp.comtest4/abr/ . ahref=http://www.vcphp.comtest5/abr/ ; echo $htm . br/ ; echo stripthetag( $htm ); func
  1. $htm = "<a href='http://www.vcphp.com'>test1</a><br />" .  
  2.           "<a href='http://www.vcphp.com'>test2</a><br />" .  
  3.           "<a href='http://www.vcphp.com'>test3</a><br />" .  
  4.           "<a href='http://www.vcphp.com'>test4</a><br />" .  
  5.           "<a href='http://www.vcphp.com'>test5</a><br />";  
  6.  
  7.    echo $htm . "<br />";  
  8.    echo stripthetag($htm);  
  9.  
  10. function stripthetag($link) {  
  11.  
  12.    return (preg_replace('@<[/!]*?[^<>]*?>@si'' '$link));  
(责任编辑:admin)
------分隔线----------------------------
栏目列表
推荐内容