欧美日韩不卡一区二区三区,www.蜜臀.com,高清国产一区二区三区四区五区,欧美日韩三级视频,欧美性综合,精品国产91久久久久久,99a精品视频在线观看

PHP

將php實(shí)現(xiàn)過(guò)濾UBB代碼

時(shí)間:2024-10-22 02:15:41 PHP 我要投稿
  • 相關(guān)推薦

將php實(shí)現(xiàn)過(guò)濾UBB代碼

  本文實(shí)例講述了php實(shí)現(xiàn)過(guò)濾UBB代碼的類。分享給大家供大家參考。具體如下:

  PHP代碼如下:

  復(fù)制代碼 代碼如下:class Day{

  function ubb($Text) { /// UBB代碼轉(zhuǎn)換

  //$Text=htmlspecialchars($Text);

  //$Text=ereg_replace("rn","

  ",$Text);

  $Text=ereg_replace("[br]","

  ",$Text);

  $Text=nl2br($Text);

  $Text=stripslashes($Text);

  $Text=preg_replace("/t/is"," ",$Text);

  $Text=preg_replace("/[url](http://.+"1",$Text);

  $Text=preg_replace("/[url](.+"1",$Text);

  $Text=preg_replace("/[url=(http://.+?)](.+"2",$Text);

  $Text=preg_replace("/[url=(.+?)](.+"2",$Text);

  $Text=preg_replace("/[color=(.+?)](.+","2",$Text);

  $Text=preg_replace("/[font=(.+?)](.+","2",$Text);

  $Text=preg_replace("/[email=(.+?)](.+","2",$Text);

  $Text=preg_replace("/[email](.+","1",$Text);

  $Text=preg_replace("/[i](.+"1",$Text);

  $Text=preg_replace("/[u](.+"1",$Text);

  $Text=preg_replace("/[b](.+"1",$Text);

  $Text=preg_replace("/[fly](.+"1",$Text);

  $Text=preg_replace("/[move](.+","1",$Text);

  $Text=preg_replace("/[shadow=([#0-9a-z]{1,10}),([0-9]{1,3}),([0-9]{1,2})](.+?)[/shadow]/is","

  return $Text; ",$Text);}}

【將php實(shí)現(xiàn)過(guò)濾UBB代碼】相關(guān)文章:

數(shù)控編程代碼大全02-13

php實(shí)習(xí)心得12-01

php實(shí)習(xí)報(bào)告11-07

Java代碼的基本知識(shí)09-03

php工作總結(jié)11-11

php是什么格式?01-14

PHP Socket編程過(guò)程02-09

php開發(fā)主管的職責(zé)05-15

網(wǎng)頁(yè)滾動(dòng)文字的制作HTML代碼04-10

php開發(fā)主管的工作職責(zé)09-29