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

Reading number is top 10 articles
SQL Server 2008安装过程图解_[SQL Server教程]
C#多线程:不同线程之间通过事件委托封送调用方法_[Asp.Net教程]
php+xapian extension的安装_[PHP教程]
在c#中Windows窗体概述
C#,asp.net操作文件_[Asp.Net教程]
C#,3.0新特性系列:隐含类型var_.net资料_编程技术
PHP安全配置之实现安全的两个重点_php资料_编程技术
高效SQL原则_[SQL,Server教程]
C#MD5算法_[Asp.Net教程]
PHP和JS实现普通HTTP上安全地传输密码_[PHP教程]
Reading number is top 10 pictures
So beauty, will let you spray blood5
The other a successor of sora aoi
上传几张色图
有种屌丝级别的好妹子
Nikon microscopic photography of the first three
运动的范冰冰2
The real super beauty5
The terra-cotta warriors1
姑娘手慢了,已经走光了
A man's favorite things11
Download software ranking
Macromedia Dreamweaver 8
Sora aoi‘s film--Lust fan wall
中国结婚习俗实录
Tram sex maniac 2 (H) rar bag2
The Bermuda triangle3
Jinling thirteen stock
SQL2000 For 4IN1
C#编程思想
Adobe Flash Player(IE) 10.0.32.18 浏览器专用的FLASH插件
SP3 for SQL2000
aaa published in(发表于) 2013/12/21 22:25:43 Edit(编辑)
PHP实例:常用的数值判断函数_php资料_编程技术

PHP实例:常用的数值判断函数_php资料_编程技术

PHP实例:常用的数值判断函数_php资料_编程技术-你的首页-uuhomepage.com
常用的对象类型判断


常用的数值判断函数


//判断数组
$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.