<?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/"
	>

<channel>
	<title>file_put_contents &#8211; トモデジ  tomodigi.com</title>
	<atom:link href="https://tomodigi.com/tag/file_put_contents/feed/" rel="self" type="application/rss+xml" />
	<link>https://tomodigi.com</link>
	<description>デジタルもアナログも</description>
	<lastBuildDate>Sun, 25 Sep 2011 02:12:38 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>ファイルまたはURLから一気に文字列を取得 (PHP)</title>
		<link>https://tomodigi.com/web/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%be%e3%81%9f%e3%81%afurl%e3%81%8b%e3%82%89%e4%b8%80%e6%b0%97%e3%81%ab%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e5%8f%96%e5%be%97/</link>
					<comments>https://tomodigi.com/web/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%be%e3%81%9f%e3%81%afurl%e3%81%8b%e3%82%89%e4%b8%80%e6%b0%97%e3%81%ab%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e5%8f%96%e5%be%97/#respond</comments>
		
		<dc:creator><![CDATA[Tomo]]></dc:creator>
		<pubDate>Sun, 16 Jan 2011 11:07:25 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WEB]]></category>
		<category><![CDATA[file_get_contents]]></category>
		<category><![CDATA[file_put_contents]]></category>
		<guid isPermaLink="false">http://www.tomodigi.com/?p=46</guid>

					<description><![CDATA[file_get_contentsはたった1行でファイルの内容を取得できます。 パラメータを指定することで、部分的に取得することもできます。 file_get_contents($filename); 同様にfile_p &#8230; <a href="https://tomodigi.com/web/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%be%e3%81%9f%e3%81%afurl%e3%81%8b%e3%82%89%e4%b8%80%e6%b0%97%e3%81%ab%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e5%8f%96%e5%be%97/" class="more-link">続きを読む <span class="screen-reader-text">ファイルまたはURLから一気に文字列を取得 (PHP)</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>file_get_contentsはたった1行でファイルの内容を取得できます。<br />
パラメータを指定することで、部分的に取得することもできます。</p>
<pre>file_get_contents($filename);</pre>
<p>同様にfile_put_contentsで、出力もたった1行です。</p>
<pre>file_put_contents($filename, $text);</pre>
<p>で$textを$filenameに書き込むことができます。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tomodigi.com/web/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%be%e3%81%9f%e3%81%afurl%e3%81%8b%e3%82%89%e4%b8%80%e6%b0%97%e3%81%ab%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e5%8f%96%e5%be%97/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
