<?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>number_format &#8211; トモデジ  tomodigi.com</title>
	<atom:link href="https://tomodigi.com/tag/number_format/feed/" rel="self" type="application/rss+xml" />
	<link>https://tomodigi.com</link>
	<description>デジタルもアナログも</description>
	<lastBuildDate>Sun, 25 Sep 2011 06:15:18 +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>数値を3桁ごとにカンマ区切り (PHP)</title>
		<link>https://tomodigi.com/web/%e6%95%b0%e5%80%a4%e3%82%923%e6%a1%81%e3%81%94%e3%81%a8%e3%81%ab%e3%82%ab%e3%83%b3%e3%83%9e%e5%8c%ba%e5%88%87%e3%82%8a-php/</link>
					<comments>https://tomodigi.com/web/%e6%95%b0%e5%80%a4%e3%82%923%e6%a1%81%e3%81%94%e3%81%a8%e3%81%ab%e3%82%ab%e3%83%b3%e3%83%9e%e5%8c%ba%e5%88%87%e3%82%8a-php/#respond</comments>
		
		<dc:creator><![CDATA[Tomo]]></dc:creator>
		<pubDate>Tue, 27 Sep 2011 06:14:19 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WEB]]></category>
		<category><![CDATA[number_format]]></category>
		<category><![CDATA[カンマ]]></category>
		<category><![CDATA[数値]]></category>
		<category><![CDATA[桁区切り]]></category>
		<guid isPermaLink="false">http://www.tomodigi.com/?p=125</guid>

					<description><![CDATA[PHPで出力時にカンマで区切るときに一番単純なのは、number_format()を使うことです。引数は元の数値のみの単純構造となっています。 $i = 12345; print number_format($i); 結 &#8230; <a href="https://tomodigi.com/web/%e6%95%b0%e5%80%a4%e3%82%923%e6%a1%81%e3%81%94%e3%81%a8%e3%81%ab%e3%82%ab%e3%83%b3%e3%83%9e%e5%8c%ba%e5%88%87%e3%82%8a-php/" class="more-link">続きを読む <span class="screen-reader-text">数値を3桁ごとにカンマ区切り (PHP)</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>PHPで出力時にカンマで区切るときに一番単純なのは、number_format()を使うことです。引数は元の数値のみの単純構造となっています。</p>
<pre>
$i = 12345;
print number_format($i);
</pre>
<p>結果は12,345となります。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tomodigi.com/web/%e6%95%b0%e5%80%a4%e3%82%923%e6%a1%81%e3%81%94%e3%81%a8%e3%81%ab%e3%82%ab%e3%83%b3%e3%83%9e%e5%8c%ba%e5%88%87%e3%82%8a-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
