<?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 floor() 函数]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 23 Dec 2009 13:59:57 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	Definition and Usage<br/>定义和用法<br/>The floor() function returns the value of a number rounded DOWNWARDS to the nearest integer.<br/>floor()函数的作用是：通过舍去法取整（即：返回的值必须是小于等于给定数值的最大整数）。<br/><br/>Syntax<br/>语法<br/>floor(x) <br/>Parameter参数 Description描述 <br/>x Required. A number<br/>必要参数。指定一个数值对象 <br/><br/>Example<br/>案例<br/>In this example we will use the floor() function on different numbers:<br/>下面的案例使用floor ()函数返回了不同数值参数对应的不同结果，注意观察、比较：<br/><br/><?php<br/>echo(floor(0.60) . "<br />");<br/>echo(floor(0.40) . "<br />");<br/>echo(floor(5) . "<br />");<br/>echo(floor(5.1) . "<br />");<br/>echo(floor(-5.1) . "<br />");<br/>echo(floor(-5.9))?> <br/><br/>The output of the code above will be:<br/>上述代码将输出下面的结果：<br/><br/>0055-6-6 <br/><br/><br/>用来做分页可能有点用。<br/>原文地址：http://www.isstudy.com/phpjc/963.html<br/><br/>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] PHP floor() 函数]]></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>