<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Getting Rid of Decimal Places in PHP</title>
	<atom:link href="http://www.netbasic.com/blog/2008/11/getting-rid-of-decimal-places-in-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.netbasic.com/blog/2008/11/getting-rid-of-decimal-places-in-php</link>
	<description></description>
	<lastBuildDate>Tue, 31 Mar 2009 12:02:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: james</title>
		<link>http://www.netbasic.com/blog/2008/11/getting-rid-of-decimal-places-in-php/comment-page-1#comment-25</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 26 Nov 2008 10:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.netbasic.co.uk/blog/2008/11/getting-rid-of-decimal-places-in-php#comment-25</guid>
		<description>Indeed a couple of people pointed out on my blog of the same post, it would be much quicker to do:

&lt;pre&gt;$out = floor($val);&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Indeed a couple of people pointed out on my blog of the same post, it would be much quicker to do:</p>
<pre>$out = floor($val);</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
