// 現在のスクリプトの URL を取得します
コードをコピーします コードは次のとおりです:
function get_php_url(){ $_SERVER[" REQUEST_URI"]; $nowurl if(empty($_SERVER[" QUERY_STRING"])) $nowurl = $scriptName; nowurl = $scriptName."?".$_SERVER[" _STRING"]; nowurl コードは次のとおりです: function GetAlabNum($fnum){ $nums = array("0","1","2","3","4","5","6","7","8" ,"9") $fnums = "0123456789 "; for($i=0;$i<=9;$i++) $fnum = str_replace($nums[$i],$fnums[$i], $fnum); $fnum = ereg_replace("[ ^0-9.]|^0{1,}","",$fnum); if($fnum=="") $fnum=0;
return $fnum;
}
//削除HTML タグ
コードをコピー
コードは次のとおりです: function Text2Html($txt){ $txt = str_replace(" "," ,$txt) ; rn]{1,}/isU "," rn",$txt); アウトアウトアウトアウトアウトライトアウトストレートアウト一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に一緒に右に一緒に右に右にアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトアウトそうそうそうそうそうそうそうそうそうそうそうそうそう、皆さんは function ClearHtml($str){ use using using -
}
//相対パスを絶対パスに変換します コードをコピーします
コードは次のとおりです:
function relative_to_absolute($content, $feed_url) { preg_match('/(http|https|ftp):///', $feed_url, $protocol); $server_url = preg_replace("/(http|https|ftp|news):///", "", $feed_url); $server_url = preg_replace("//.*/","", $server_url); if ($server_url == '') { return $content; } if (isset($protocol[0])) { $new_content = preg_replace('/href="//', 'href="'.$protocol[0].$server_url.'/', $content); $new_content = preg_replace('/src="//', 'src="'.$protocol[0].$server_url.'/', $new_content); } else { $new_content = $content; } $new_content を返す; }
//すべての链接を取得
复制代码 代码如下:
function get_all_url($code){
preg_match_all('/
"' ]+)["|']?s*[^>]*>([^>]+)/i',$code,$arr); return array('name'=>$arr[2],'url'=>$arr[1]); }
//HTML表格の每行转はCSV格式数组
复制代 代码如下:
function get_tr_array($table) { $table = preg_replace("'
]*?>'si",'"',$table); $table = str_replace(" ",'",',$table); $table = str_replace("","{tr}",$table); function get_tr_array ($table) { $table = preg_replace("']*?>'si",'"',$table); $table = str_replace(" ",'",',$table); $table = str_replace("","{tr}",$table); //去掉 HTML 标记 $table = preg_replace("'<[/!]*?[^<>]*?>'si","",$table); // 去掉空白字符 $table = preg_replace("'([rn])[s]+'","",$table); $table = str_replace(" ","",$table); $table = str_replace(" "," ",$table); $table = explode(",{tr}",$table); array_pop($table); return $table; }
// HTML表格の実行列转是数组,取集表格データデータ
复制代 代码如下:
function get_td_array($table) {
$table = preg_replace("'
]*?>'si","",$table); $table = preg_replace("']*?>'si","",$table); $table = preg_replace("']*?>'si","",$table); $table = str_replace(" ","{tr}",$table); $table = str_replace("","{td}",$table); //去掉 HTML 标记 $table = preg_replace("'<[/!]*?[^<>]*?>'si","",$table); //去掉空白文字 $table = preg_replace("'([rn])[s]+'","",$table); $table = str_replace(" ","",$table); $table = str_replace(" ","",$table); $table = explode('{tr}', $table); array_pop($table); foreach ($table as $key=>$tr) { $td = explode('{td}', $tr); array_pop($td); $td_array[] = $td; } $td_array を返す; }
//返字符中のすべての单词 $distinct=true 削除重复
复制代 代码如下:
function split_en_str($str,$distinct=true) { preg_match_all(' /([a-zA-Z]+)/',$str,$match); if ($distinct == true) { $match[1] = array_unique($match[1]); } sort($match[1]); $match[1] を返す; }
http://www.bkjia.com/PHPjc/318610.html www.bkjia.com true http://www.bkjia.com/PHPjc/318610.html 技術記事 // 現在の脚本网址を取得します: functionget_php_url(){ if(!empty($_server["REQUEST_URI"])){ $scriptName=$_SERVER["REQUEST_URI"]; $nowurl=$スクリプト名; }その他{...
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
著者別の最新記事
2024-10-22 09:46:29
2024-10-13 13:53:41
2024-10-12 12:15:51
2024-10-11 22:47:31
2024-10-11 19:36:51
2024-10-11 15:50:41
2024-10-11 15:07:41
2024-10-11 14:21:21
2024-10-11 12:59:11
2024-10-11 12:17:31