<?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>Inetminds &#187; round () to nearest value</title>
	<atom:link href="http://www.inetminds.com/tag/round-to-nearest-value/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inetminds.com</link>
	<description>Inteminds, PHP scripts, php tutors, Java and ajax scripts explained</description>
	<lastBuildDate>Mon, 22 Mar 2010 18:25:13 +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 () in php</title>
		<link>http://www.inetminds.com/round-in-php-61/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.inetminds.com/round-in-php-61/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 04:41:55 +0000</pubDate>
		<dc:creator>php writer</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[round () function in php]]></category>
		<category><![CDATA[round () to nearest value]]></category>

		<guid isPermaLink="false">http://www.inetminds.com/?p=61</guid>
		<description><![CDATA[The PHP function round () is used to round numbers up or down based on their value (Any decimal .5 or above is rounded up, anything under .5 is rounded down.) by default it will round to the nearest whole number < ?php echo (round(0.70) . ""); echo (round(0.50) . ""); echo (round(0.20) . ""); [...]]]></description>
		<wfw:commentRss>http://www.inetminds.com/round-in-php-61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
