Maison > Article > développement back-end > PHP函数容器ing...
我的函数容器(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函数容器ing...,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。