网站导航网学 原创论文 网站设计 最新系统 最新研究 原创论文 获取论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 编程文档 > PHP > 正文

phpsmarty函数扩展

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/06/26
embed>'';
$ubbs[''list''][0] = ''/\[list\](.*?)\[\/list\]/s'';
$ubbs[''list''] = ''<ul>\1</ul>'';
$ubbs[''list2''][0] = ''/\[list=([0-9]+)\](.*?)\[\/list\]/s'';
$ubbs[''list2''] = ''<ol>\2</ol>'';
$ubbs[''indent''][0] = ''/\[indent\](.*?)\[\/indent\]/s'';
$ubbs[''indent''] = ''<div style="text-indent: 20px;">\1'';
$ubbs[''table''][0] = ''/\[table([=,0-9,%]*)\](.*?)\[\/table\]/s'';
$ubbs[''table''] = ''<table style="border:#0099FF 1px dotted;border-right-width:0px; border-top-width:0px;">\2'';
$ubbs[''tr''][0] = ''/\[tr\](.*?)\[\/tr\]/s'';
$ubbs[''tr''] = ''<tr>\1'';
$ubbs[''td''][0] = ''/\[td\](.*?)\[\/td\]/s'';
$ubbs[''td''] = ''<td style="border:#0099FF 1px dotted; border-left-width:0px; border-bottom-width:0px;"> \1'';
$ubbs[''td2''][0] = ''/\[td([^(\]|\[)]+)\](.*?)\[\/td\]/s'';
$ubbs[''td2''] = ''<td style="border:#0099FF 1px dotted; border-left-width:0px; border-bottom-width:0px;"> \2'';
$str = str_replace(''[*]'',''<li>'',$str);
foreach ($ubbs as $ubb){
$str = ubb_replace($ubb[0],$ubb,$str);
}
return $str;
}
function ubb_replace($pattern,$replacement,$str){
do {
$str_ret = $str;
$str = preg_replace($pattern,$replacement,$str);
}while($str);
return $str_ret;
}
?>

编码 modifier.unescape.php
复制代码 代码如下:
function smarty_modifier_unescape($str)
{
$str = rawurldecode($str);
preg_match_all("/(?:%u.{4})|[^%]+/",$str,$r);
$ar = $r[0];
foreach($ar as $k=>$v) {
if(substr($v,0,2) == "%u" && strlen($v) == 6)
$ar[$k] = iconv("UCS-2","GB2312",@pack("H4",substr($v,-4)));
}
return join("",$ar);
}

网学推荐

  • ·【推荐参考】最新可过维普检测低于30%
  • ·【推荐】原创参考论文 原创资料
  • ·【推荐】原创参考论文导航
  • ·咨询参考QQ:3710167
  • ·咨询参考微信号:yclw90
  • ·扫一扫 加微信 咨询
  • ·我们提供原创参考论文和原创的参考资料!
  • ·很多朋友如果想要查重指导等,请沟通我们!
  • ·原创的论文资料参考省时间!
  • ·论文格式排版可以找我们!
  • ·论文答辩PPT格式排版定制!
  • ·程序和网站等UI设计定制!
  • ·程序设计定制!
  • ·网站设计定制!
  • ·UI设计定制!
  • ·程序和网站等UI设计定制!
  • ·原创参考论文参考定制!
  • 免费论文

    原创论文

    设为首页 | 加入收藏 | 论文首页 |原创论文 |
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师