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
相關文章
相關標籤/搜索