ホームページ > php教程 > php手册 > PHP バッチ更新 Web ページコンテンツ実装コード

PHP バッチ更新 Web ページコンテンツ実装コード

WBOY
リリース: 2016-06-13 12:19:51
オリジナル
1153 人が閲覧しました

コードをコピー コードは次のとおりです。


$path=$DOCUMENT_ROOT; =str_replace( "/","\",$path);


//フォルダーを指定します
$path=$path."\web\study\"; 🎜>/ /すべてのファイルを取得
$s=explode("n",trim(`dir/b/o:gn $path`));

//ファイル内のすべての HTML ファイル名を取得しますフォルダー
$num=count($s);
for($i=0;$i<=$num;$i ){
if(strpos($s[$i],". htm" )==0){
unset($s[$i]);
}
}
//print_r($s);



//バッチ Web ページ
foreach($s as $value){
editfile("D:\MYOA\webroot\web\study\".$value);
echo $value."更新されました !
";
}
//editfile("D:\MYOA\webroot\web\study\0105_5.htm");
echo "THE END";


//カスタム関数: タグ間のコンテンツをインターセプト
function get_body($start_str,$end_str,$content){
$start_str_num=strlen($start_str); ($end_str);

$a=strpos($content,$start_str) $start_str_num;
$b=strpos($content,$end_str)-$ start_str_num;
return substr($content,$a,$b);

//ファイルを編集
function editfile($str){
//$str = "D:\MYOA\webroot\web\study\".$str
//HTML コンテンツを取得
$file=@fopen($str,"r")
while(!feof( $ file)){
$result.=fgets($file,9999);
}
fclose($file);


//コンテンツを置換します
=str_replace("Lao Wang のデジタル アクセサリー ストア: Wangpo Digital","Lan Vision",$result);
$result=str_replace("写真オンライン スクール","チュートリアルのホームページに戻る",$result); 🎜>$result=str_replace('width="407"','width="770"',$result);
$result=str_replace("http://shop1289309.taobao.com","http : //www.lansj.com",$result);
$result=str_replace("Lao Wang が使用する ID は次のとおりです: pccity,joshwang,joshwanggg","",$result);
$result= str_replace("QQ:123709080 MSN:joshwanggg@hotmail.com",'オンライン相談: クリックして相談を開始 クリックして相談を開始',$result);
$result=str_replace('http://www.zonline. com.cn
',"",$result);
$result=str_replace('http://www.zonline.com.cn/photo/school/scgs/'," http://www.lansj.com/study/",$result);
$result=str_replace('http://www.yimei.net/css/',"http://www.lansj. com/study/",$result);
$result=str_replace('http://www.zonline.com.cn/photo/school/img/',"http://www.lansj.com/ Study/",$result);
$result=str_replace('http://www.yimei.net/inc/',"http://www.lansj.com/study/",$result);
$result=str_replace('オーク写真クラブ','Lan Vision 写真フォーラム',$result);
$result=str_replace('http://www.zonline.com.cn/photo/img/','http :/ /www.lansj.com/study/',$result);
$result=str_replace('

デジタル機器およびアクセサリについてご質問がある場合は、QQ: 123709080、デジタルまでお問い合わせください。カメラおよび関連アクセサリの専門分野: Wangpo Digital

',"",$result); $result=str_replace("無題のドキュメント",substr(str_replace(chr(32),"",str_replace(chr(10),"",str_replace("

","",str_replace(chr( 13) ),"",get_body('


','

',$result)))) 、 0,28)." - Lan Vision Photography",$result);
$result=str_replace("Photography World",substr(str_replace(chr(32),"",str_replace(chr(10)," " ,str_replace("

","",str_replace(chr(13),"",get_body('','',$result ) )))),0,28)." - Lan Vision Photography",$result);

//echo $result;

//HTML を更新
$file= @ fopen($str,"w");
fwrite($file)
}
?>


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