getdate
(PHP3 , PHP4)
getdate --- 取得日期/时间资讯
语法 :
array getdate
(int timestamp)说明 :
传回组合的数组,包含了timestamp的日期资讯,下列为数组的元素:
"seconds" - 秒
"minutes" - 分
"hours" - 小时
"mday" - 月份的天数
"wday" - 星期的天数,数字的
"mon" - 月份,数字的
"year" - 年,数字的
"yday" - 年的天数,数字的,例如:" 299"
"weekday" - 星期的天数,文字的,例如:"Friday"
"month" - 月份,文字的,例如:" January"