摘要:
PHP数据类型包括8种 相对应的判断函数有: is_bool(),is_int(),is_integer(),is_long()(同样是判断整型),is_real()(同样是判断浮点型),is_float(),is_string(),is_array(),is_object(),is_null()用 阅读全文
posted @ 2017-03-23 16:02 deeply_desire 阅读(299) 评论(0) 推荐(1)
|
|
|
|
摘要:
PHP数据类型包括8种 相对应的判断函数有: is_bool(),is_int(),is_integer(),is_long()(同样是判断整型),is_real()(同样是判断浮点型),is_float(),is_string(),is_array(),is_object(),is_null()用 阅读全文
posted @ 2017-03-23 16:02 deeply_desire 阅读(299) 评论(0) 推荐(1)
摘要:
一,MySQL查询的五种子句: 1,where(条件查询),常用的运算符: ①比较运算符 > , < , = , != , >= , <= , in( ) , between val1 and val2 ②逻辑运算符 逻辑非:not / ! , 逻辑或:or / || , 逻辑与:and / && 阅读全文
posted @ 2017-03-23 11:30 deeply_desire 阅读(529) 评论(0) 推荐(1) |
|