<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[PHP round() 函数--四舍五入函数]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 28 Dec 2009 02:22:51 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	Definition and Usage<br/>定义和用法<br/>The round() function rounds a number to the nearest integer.<br/>round()函数的作用是：对浮点数进行四舍五入取整。<br/><br/>Syntax<br/>语法<br/>round(x,prec) <br/><br/><br/> <br/><br/>Parameter<br/>参数 Description<br/>描述 <br/>x Required. The number to be round<br/>必要参数。指定需要进行操作的数值对象 <br/>prec Optional. The number of digits after the decimal point<br/>可选参数。指定小数位数 <br/>实例，指定小数位数为2位：<br/><div class="code">&lt;?php<br/>echo(round(0.6025,3));<br/>?&gt;<br/>&#91;~&#93;# php test.php <br/>0.603</div><br/>第二位小于5，情况：<br/><div class="code">&lt;?php<br/>echo(round(0.6024,3));<br/>?&gt;<br/>&#91;~&#93;# php test.php <br/>0.602</div><br/><br/>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] PHP round() 函数--四舍五入函数]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>