<?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>PHPSuperBLOG &#187; Rounding</title>
	<atom:link href="http://www.phpsuperblog.com/tag/rounding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Learn PHP Together</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:26:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Round down a decimal number to the nearest integer</title>
		<link>http://www.phpsuperblog.com/php/round-down-a-decimal-number-to-the-nearest-integer/</link>
		<comments>http://www.phpsuperblog.com/php/round-down-a-decimal-number-to-the-nearest-integer/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 17:44:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Rounding]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=12</guid>
		<description><![CDATA[In my past post, I talked about rounding up a decimal number to the nearest integer. This time I will show you how to round &#8220;down&#8221; a decimal number to the nearest integer. This time we use a function floor( ). It is very easy to use, all you have to do is to put [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/round-down-a-decimal-number-to-the-nearest-integer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Round up a decimal number to the nearest integer</title>
		<link>http://www.phpsuperblog.com/php/round-up-a-decimal-number-to-the-nearest-integer/</link>
		<comments>http://www.phpsuperblog.com/php/round-up-a-decimal-number-to-the-nearest-integer/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 16:32:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Rounding]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=11</guid>
		<description><![CDATA[If you want to round up a decimal number to the nearest integer. There is a function ceil( ) could do the job. It is very easy to use, all you have to do is to put the decimal number inside the brackets and it will convert the number. Here are some examples: &#60;?php echo [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/round-up-a-decimal-number-to-the-nearest-integer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
