码迷,mamicode.com
首页 > Web开发 > 详细

php知识点

时间:2015-06-11 12:23:17      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:

一、typeof

// 运算数为数字
typeof(x) = "number"
// 运算数为字符串
typeof(x) = "string"
// 运算数为布尔值
typeof(x) = "boolean"
// 运算数为对象,数组和null
typeof(x) = "object"
// 运算数为函数
typeof(x) = "function"

 

php知识点

标签:

原文地址:http://www.cnblogs.com/zhuiluoyu/p/4568592.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!