プリティ・ディア・リズム わたしの未来 php 公開関数リスト [通常]

WBOY
リリース: 2016-07-29 08:36:27
オリジナル
915 人が閲覧しました

复制代码 代码如下:


/*********************************************************************
* 公用函数列表
* ubb,getip,GoIn,goback,IsInt,InString
* OurHome:http://iwind.org
* http://10.13.31.90/~coldwind
*
* */
/////////////////ubb支持代码函数////////////////////////////
function ubb($Text) {
$Text=trim($Text);
$Text=htmlspecialchars($Text);
$Text=ereg_replace("\n","
",$Text); 
  $Text=preg_replace("/\\t/is","  ",$Text); 
  $Text=preg_replace("/\[h1\](.+?)\[\/h1\]/is","

\\1

",$Text); 
  $Text=preg_replace("/\[h2\](.+?)\[\/h2\]/is","

\\1

",$Text); 
  $Text=preg_replace("/\[h3\](.+?)\[\/h3\]/is","

\\1

",$Text); 
  $Text=preg_replace("/\[h4\](.+?)\[\/h4\]/is","

\\1

",$Text); 
  $Text=preg_replace("/\[h5\](.+?)\[\/h5\]/is","
\\1
",$Text); 
  $Text=preg_replace("/\[h6\](.+?)\[\/h6\]/is","
\\1
",$Text); 
  $Text=preg_replace("/\[center\](.+?)\[\/center\]/is","
\\1
",$Text); 
  $Text=preg_replace("/\[url\](http:\/\/.+?)\[\/url\]/is","\\1",$Text); 
  $Text=preg_replace("/\[url\](.+?)\[\/url\]/is","http://\\1",$Text); 
  $Text=preg_replace("/\[url=(http:\/\/.+?)\](.*)\[\/url\]/is","\\2",$Text); 
  $Text=preg_replace("/\[url=(.+?)\](.*)\[\/url\]/is","\\2",$Text); 
  $Text=preg_replace("/\[img\](.+?)\[\/img\]/is","",$Text); 
  $Text=preg_replace("/\[color=(.+?)\](.+?)\[\/color\]/is","\\2",$Text); 
  $Text=preg_replace("/\[size=(.+?)\](.+?)\[\/size\]/is","\\2",$Text); 
  $Text=preg_replace("/\[sup\](.+?)\[\/sup\]/is","\\1",$Text); 
  $Text=preg_replace("/\[sub\](.+?)\[\/sub\]/is","\\1",$Text); 
  $Text=preg_replace("/\[pre\](.+?)\[\/pre\]/is","
\\1
",$Text); 
  $Text=preg_replace("/\[email\](.+?)\[\/email\]/is","\\1",$Text); 
  $Text=preg_replace("/\[i\](.+?)\[\/i\]/is","\\1",$Text); 
  $Text=preg_replace("/\[b\](.+?)\[\/b\]/is","\\1",$Text); 
  $Text=preg_replace("/\[quote\](.+?)\[\/quote\]/is","
quote:
\\1
", $Text); 
  $Text=preg_replace("/\[code\](.+?)\[\/code\]/is","
code:
\\1
", $Text); 
  $Text=preg_replace("/\[sig\](.+?)\[\/sig\]/is","


--------------------------
\\1
--------------------------
", $Text);
return $Text;
}
/////////////////訪問者の IP アドレスを取得する///////////// / ////////////////
function getip() {
$IP=getenv('REMOTE_ADDR')
$IP_ = getenv('HTTP_X_FORWARDED_FOR'); IP_ != "") && ($IP_ != "不明")) $IP=$IP_;
$IP を返す
}
function goback($num,$saying){
echo"
$saying"
}
///////// // /////////文字列に配列内の特定の値が含まれているかどうかを判断します//////////////////
function InString($array,$string){
while(list(,$value)=each($array)){
if(eregi($value,$string)){
return true;
}
}
}
////// / /////////////ページへのリンク/////////////////////////////// /// ///////
function GoIn($addr,$saying){
echo"
$saying
"
}
///////////// JS リターン// /////////////////////////////////////////////
関数 IsInt($string ){
if(ereg("^[0-9]{0,}$",$string)){
true を返す }
else {
false を返す }
}
?>


以上、プリティーリズム・ディアマイフューチャーのPHP公開関数一覧【レギュラー】を紹介しましたが、プリティーリズム・ディアマイフューチャーの内容も含めて、PHPチュートリアルに興味のある友人の参考になれば幸いです。

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート