localtime
(PHP4 >= 4.0RC2)
localtime ---&">nbsp; 取得当地时间
语法 : array localtime ([int timestamp [, bool is_associative]])
说明 :
localtime( )传回一组合数组,localtime( )的第一个参数是个timestamp,如果没有给予则使用目前时间,如果将第二个参数设为0或者是没有提供这个参数时,会传回一正常的数组,以数字表示数组的索引值,如果设为1则localtime( )传回一组合数组,包含了个别的结构化的元素,下列是组合数组的个别元素的名称:
"tm_sec" - 秒
"tm_min" - 分
"tm_hour" - 时
"tm_mday" - 月份的天数
"tm_mon" - 年的月份
"tm_year" - 年, 不顺从y2k
"tm_wday" - 星期的天数
"tm_yday" - 年的天数
"tm_isdst" - 在实行中是否为dst(daylight savings time)
时间: 2024-09-20 10:28:33