ホームページ >php教程 >php手册 >PHPを使用してネットワークファイルを取得するための実装コード

PHPを使用してネットワークファイルを取得するための実装コード

WBOY
WBOYオリジナル
2016-06-13 12:19:55891ブラウズ

コードをコピーします コードは次のとおりです:


//使用するファイルを設定します
$srcurl = "http://localhost/index.php";
$tempfilename = "index.html";
; ;HTML>
<br></TITLE< HEAD> <br><BODY><P><?php echo("$targetfilename");</P> <br><?php <br> // 最後の操作で残っている可能性のある最初の一時ファイルを削除します。 <br>//このプロセスではエラーが発生する可能性があるため、エラーを防ぐために @ を使用します。 <br>@unlink($tempfilename); <br>//URL リクエストを通じて動的バージョンをロードします。 <br>//関連するコンテンツを受信する前に、Web サーバーは PHP を処理します。<br>//(本質的に Web ブラウザをシミュレートしているため)、<br>//したがって、取得するのは静的な HTML ページです。 <br>//'r' は、この「ファイル」に対する読み取り操作のみが必要であることを示します。 <br>$dynpage = fopen($srcurl, 'r'); <br>//エラーの処理<br>if (!$dynpage) { <br>echo("<P>$srcurl をロードできません。静的page ". <br>"更新が中止されました!</P>"); <br>exit(); <br>} <br>//この URL の内容を PHP 変数に読み取ります。 <br>//1MB のデータを読み取ることを指定します (このデータ量を超えると、通常はエラーが発生したことを意味します)。 <br>$htmldata = fread($dynpage, 1024*1024); <br>//作業が完了したら、ソース「ファイル」への接続を閉じます。 <br>fclose($dynpage); <br>//書き込み用に一時ファイルを開きます ('w' の使用法に注意してください)。 '); <br>//エラーの処理<br>if (!$tempfile) { <br>echo("<P>書き込み用の一時ファイル ". <br>"($tempfilename) を開けません。静的ページ". <br>"更新は中止されました!</P>"); <BR>exit(); <BR>} <BR>//静的ページのデータを一時ファイルに書き込みます <BR>fwrite ($ tempfile, $htmldata); <BR>//書き込み完了後、一時ファイルを閉じます。 <BR>fclose($tempfile); <BR>//ここに到達すると、一時ファイルが正常に書き込まれているはずです。<BR>//これで、それを使用して元の静的ページを上書きできます。 <BR>$ok = copy($tempfilename, $targetfilename); <BR>//最後にこの一時ファイルを削除します。 <BR>unlink($tempfilename); <BR><P>> <br></HTML> ><br> <br></p></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>声明:</span><div>この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。</div></div></div><div class="nphpSytBox"><span>前の記事:<a class="dBlack" title="PHP を使用して Web ページから画像を取得し、ローカルに保存するコード" href="https://m.php.cn/ja/faq/206413.html">PHP を使用して Web ページから画像を取得し、ローカルに保存するコード</a></span><span>次の記事:<a class="dBlack" title="PHP を使用して Web ページから画像を取得し、ローカルに保存するコード" href="https://m.php.cn/ja/faq/206421.html">PHP を使用して Web ページから画像を取得し、ローカルに保存するコード</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>関連記事</h2><em><a href="https://m.php.cn/ja/article.html" class="bBlack"><i>続きを見る</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="https://m.php.cn/ja/faq/92233.html" title="Windows7系统下Netbeans+PHPUnit搭建PHP单元测试开发环境及PHPUn" class="aBlack">Windows7系统下Netbeans+PHPUnit搭建PHP单元测试开发环境及PHPUn</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/97151.html" title="程序猿ProMonkey V2.03" class="aBlack">程序猿ProMonkey V2.03</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/94770.html" title="PHP Navigator" class="aBlack">PHP Navigator</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/90182.html" title="php返回数组中指定的一列(php5.5.0默认函数array_column()在php" class="aBlack">php返回数组中指定的一列(php5.5.0默认函数array_column()在php</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/208396.html" title="htmlentitiesとhtmlspecialcharsの違いの詳しい説明" class="aBlack">htmlentitiesとhtmlspecialcharsの違いの詳しい説明</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!</p></div><div class="footermid"><a href="https://m.php.cn/ja/about/us.html">私たちについて</a><a href="https://m.php.cn/ja/about/disclaimer.html">免責事項</a><a href="https://m.php.cn/ja/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body></html>