php Ubb コードエッセンス
/*
プログラミングデザイン: Lin Jianxuan (Piaofeng Design Studio)
2007-03-07 正午までに Lu Feng で作成されました
QQ: 5818500
メール: linzhenxuan@163.com
使用または変更する場合は、この情報を保管してください。
関数: Ubb クラス
利点: 通常の ubb よりも高速な Ubb ペアリングとそれに対応する HTML の問題が多くなります。
*/
クラスCls_Ubb
{
var $type='';
関数_htm($string)
{
If (! $ String) {Return "" ";}
if(ereg("<(.+)*>(.+)*",$string))
$string = eregi_replace("<","<",$string);
$string = eregi_replace(">",">",$string);
}
If (EREGI("[(/*B)]", $ String) {$ This-& GT; Type. = "1,";;;}
if(eregi("[(/*i)]",$string)){$this->type.="2,";}
その他
If (EREGI("[Align = ([A-Za-Z]*)]", $ String) {$ this-& gt; type. = "4,";}
その他
if(eregi("[move](.+)*[/move]",$string)){$this->type.="6,";}
if(eregi("[light](.+)*[/light]",$string)){$this->type.="7,";}
if(eregi("[SHADOW=([0-9]{1,3}),([a-zA-Z]*),([0-9]{1,})](.+)*[ /shadow]",$string)){$this->type.="8,";}
if(eregi("[url=(.+)](.+)[/url]",$string)){$this->type.="9,";}
if(eregi("[メール]([a-zA-Z0-9]{1,}@([a-zA-Z0-9]{1,}.[a-zA-Z0-9]{1, })*)[/email]",$string)){$this->type.="10,";}
if(eregi("[em([0-9]{1,})]",$string)){$this->type.="11,";}
If (EREGI("[IMG] (.+)*[/IMG]", $ String) {$ this- & gt; type. = "12,"; ";}
if(eregi("[flash=*([0-9]*),*([0-9]*)](.+)*[/flash]",$string)){$this->type .="13,";}
if(eregi("[mp=*([0-9]{1,3}),([0-9]{1,3})](.+)*[/mp]",$string)) {$this->type.="14,";}
if(eregi("[rm=([0-9]{1,3}),([0-9]{1,3})](.+)*[/rm]",$string)){ $this->type.="15,";}
If (EREGI("[サウンド] (.+)*[/サウンド]", $ String) {$ this-& gt; type. = "16,";}
if(eregi("[code](.+)*[/code]",$string)){$this->type.="17,";}
if(eregi("[sup](.+)*[/sup]",$string)){$this->type.="18,";}
if(eregi("[sub](.+)*[/sub]",$string)){$this->type.="19,";}
if(eregi("[color=(.+)*](.+)*[/color]",$string)){$this->type.="20,";}
If (EREGI("[SIZE = ([0-9] {1})] (.+)*[/Size], $ String) {$ This-& GT; Type. =" 21, ";}
If ($ this-& gt; type) {$ this-& gt; type = substr ($ this-& gt; type, 0, (strlen ($ this-& gt; type));
return $string;
}
?>
http://www.bkjia.com/PHPjc/445529.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/445529.html技術記事 php Ubb コード エッセンス/* プログラム デザイン: Lin Jianxuan (Piao Feng Design Studio)、2007 年 3 月 7 日正午までに Lu Feng で作成 QQ: 5818500 電子メール: linzhenxuan@163.com 使用または変更する場合は、この情報を保管してください。 .