<?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>Alessandro Salvaggio &#124; Consulenza informatica a Carpi &#187; number_format</title>
	<atom:link href="http://www.alessandrosalvaggio.com/tag/number_format/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alessandrosalvaggio.com</link>
	<description>Realizzazione siti web, consulenza informatica, software house, realizzazione software gestionali, posizionamento</description>
	<lastBuildDate>Thu, 10 Jun 2010 07:51:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP formattare un numero con number_format</title>
		<link>http://www.alessandrosalvaggio.com/php-formattare-un-numero-con-number_format.html</link>
		<comments>http://www.alessandrosalvaggio.com/php-formattare-un-numero-con-number_format.html#comments</comments>
		<pubDate>Sat, 25 Apr 2009 07:15:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[formatnumber]]></category>
		<category><![CDATA[formatta]]></category>
		<category><![CDATA[independent codes]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[number_format]]></category>
		<category><![CDATA[Numero]]></category>
		<category><![CDATA[separatore decimale]]></category>
		<category><![CDATA[separatore migliaia]]></category>

		<guid isPermaLink="false">http://www.alessandrosalvaggio.com/?p=144</guid>
		<description><![CDATA[
Questo articolo fa parte del progetto Independent Codes
Per formattare un numero in PHP abbiamo a disposizione una funzione molto semplice e più strutturata rispetto ad altri linguaggi, che ci consente, in un solo passaggio, di poter decidere anche i separatori dei decimali e delle migliaia.
La sintassi è number_format(NUMERO, CIFRE_DECIMALI, SEPARATORE_DEC., SEPARATORE_MIGLIAIA)

number_format (1234.567, 2, ',', ' [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left;padding:10px;" ><img src="/independent_codes_icon.png" alt="Independent Codes" /></div>
<p><strong>Questo articolo fa parte del progetto <i>Independent Codes</i></strong><br />
Per formattare un numero in PHP abbiamo a disposizione una funzione molto semplice e più strutturata rispetto ad altri linguaggi, che ci consente, in un solo passaggio, di poter decidere anche i separatori dei decimali e delle migliaia.<br />
La sintassi è number_format(NUMERO, CIFRE_DECIMALI, SEPARATORE_DEC., SEPARATORE_MIGLIAIA)</p>
<p><code style="clear:both;margin-bottom:15px;"><br />
number_format (1234.567, 2, ',', ' '); //questo restituirà "1 234,57"<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrosalvaggio.com/php-formattare-un-numero-con-number_format.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
