PHP中date()和strtotime()函数

checkdate(12,31,2000);//返回true或者false date(); getdate();//数组信息 microtime();//微秒 mktime(0,0,0,12,36,2001);//超出自动延长 strtotime("now"); strtotime("3 October 2005"); strtotime("+5 hours"); strtotime("+1 we
相关文章
相关标签/搜索