<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ウェブル &#187; file_get_contents</title>
	<atom:link href="http://kezy.org/tag/file_get_contents/feed" rel="self" type="application/rss+xml" />
	<link>http://kezy.org</link>
	<description>名古屋の Web 制作会社で働く PHP + MySQL 時々 Javascript を弄る20才 Web デザイナー</description>
	<lastBuildDate>Fri, 03 Sep 2010 06:55:11 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kezy.org/tag/file_get_contents/feed" />
		<item>
		<title>PHPのfile_get_contentsを利用して外部サイトのコンテンツをごっそり抜き出す</title>
		<link>http://kezy.org/2009/03/09/file_get_contents</link>
		<comments>http://kezy.org/2009/03/09/file_get_contents#comments</comments>
		<pubDate>Mon, 09 Mar 2009 05:10:23 +0000</pubDate>
		<dc:creator>Sorai</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[file_get_contents]]></category>

		<guid isPermaLink="false">http://kezy.org/?p=1517</guid>
		<description><![CDATA[PHPのfile_get_contentsという関数を使うと指定したサイトの内容をそのままごっそり抜き出すことができますです。著作権とか気になりますが、その辺をなんとかすればすごく便利そうですね。
PHP: file_g<p class="excerpt_more"><a href="">...Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>PHPのfile_get_contentsという関数を使うと指定したサイトの内容をそのままごっそり抜き出すことができますです。著作権とか気になりますが、その辺をなんとかすればすごく便利そうですね。<br />
<a href="http://jp2.php.net/file_get_contents">PHP: file_get_contents &#8211; Manual</a></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$homepage</span> <span style="color: #339933;">=</span> <span style="color: #990000;">file_get_contents</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'http://www.example.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$homepage</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://kezy.org/2009/03/09/file_get_contents/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kezy.org/2009/03/09/file_get_contents" />
	</item>
	</channel>
</rss>
