<?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; ceil() function in php</title>
	<atom:link href="http://www.inetminds.com/tag/ceil-function-in-php/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>ceil() in php</title>
		<link>http://www.inetminds.com/ceil-in-php-56/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.inetminds.com/ceil-in-php-56/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 04:16:21 +0000</pubDate>
		<dc:creator>php writer</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ceil() function in php]]></category>
		<category><![CDATA[ceil() round the value]]></category>

		<guid isPermaLink="false">http://www.inetminds.com/?p=56</guid>
		<description><![CDATA[The ceil() function Returns an integer that is the next larger than the float used as the argument. In essence, it rounds up a floating-point number to an integer, no matter what the value of the floating-point integer is. It doesn&#8217;t round down. Example#1 ceil() example < ?php echo ceil(4.3); // 5 echo ceil(9.999); // [...]]]></description>
		<wfw:commentRss>http://www.inetminds.com/ceil-in-php-56/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
