我的函数容器(PHP):
1.gettype($variable)
return 变量的类型
2.preg_match($pattern,$string)
return true/false
3.strpos($all,$neddle)
return 初次匹配的索引/false
4.cal_days_in_month(201502)
return 这个月的总天数
我的函数容器(PHP):
1.gettype($variable)
return 变量的类型
2.preg_match($pattern,$string)
return true/false
3.strpos($all,$neddle)
return 初次匹配的索引/false
4.cal_days_in_month(201502)
return 这个月的总天数