All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
ASP.NET,2.0服务器控件之客户端功能_[Asp.Net教程]
操作数据:SQL基础_mssql学习_编程技术
SQL,Server,2005重新安装不上的问题及其解决_mssql学习_编程技术
在ASP.NET,2.0中使用样式、主题和皮肤_[Asp.Net教程]
在ASP.NET,2.0中建立站点导航层次_.net资料_编程技术
PHP网站开发中关于包含路径问题的解决方案_php资料_编程技术
SQL语句在什么情况下使用全表扫描-_[SQL Server教程]
asp.net,URL重写(URLRewriter),之简化版_.net资料_编程技术
SQL注入漏洞全接触(高级篇,)_[SQL,Server教程]
权衡安全和功能,编写安全的Web2.0应用_.net资料_编程技术
Reading number is top 10 pictures
西方气质的东方美女3
Exquisite decoration is not paying too much2
Sexy women in 2013--2
男人,就要活出棱角
Summer is most suitable for young people to travel in China8
Men don't mature ten sign
The wise woman of chest2
Azusa Yamamoto1
Startling Russian girl blind date scene1
Get girl by your hand
Download software ranking
Twenty piece of palm leaf
Jinling thirteen stock
Call Of Duty5
JSP+Ajax Web development typical examples
Unix video tutorial8
Popkart Cracked versions Mobile phone games
Tram sex maniac 2 (H) rar bag14
VeryCD电驴(EasyMule) V1.1.9 Build09081
Eclipse 4.2.2 For Win64
仙剑奇侠传98硬盘WINXP版
归海一刀 published in(发表于) 2014/2/17 7:33:09 Edit(编辑)
PHP实例:常用的数值判断函数_[PHP教程]

PHP实例:常用的数值判断函数_[PHP教程]

PHP实例:常用的数值判断函数_[PHP教程]

常用的对象类型判断


常用的数值判断函数


//判断数组
colors = array("red", "blue", "green");
if(is_array(colors))
{
print("colors is an array"."
");
}
//双精度数判断
Temperature = 15.23;
if(is_double(Temperature))
{
print("Temperature is a double"."
");
}
//整数判断
PageCount = 2234;
if(is_integer(PageCount))
{
print("PageCount is an integer"."
");
}
//对象判断
class widget
{
var name;
var length;
}
thing = new widget;
if(is_object(thing))
{
print("thing is an object"."
");
}
//字符判断
Greeting = "Hello";
if(is_string(Greeting))
{
print("Greeting is a string"."
");
}
?>







添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.