PHP时间函数
时间:2009-04-21 来源:hkebao
目录checkdate -- 验证一个格里高里日期date_sunrise -- Returns time of sunrise for a given day and location date_sunset -- Returns time of sunset for a given day and location date -- 格式化一个本地时间/日期getdate -- 取得日期/时间信息gettimeofday -- 取得当前时间gmdate -- 格式化一个 GMT/UTC 日期/时间gmmktime -- 取得 GMT 日期的 UNIX 时间戳gmstrftime -- 根据区域设置格式化 GMT/UTC 时间/日期 idate -- Format a local time/date as integer localtime -- 取得本地时间microtime -- 返回当前 UNIX 时间戳和微秒数mktime -- 取得一个日期的 UNIX 时间戳strftime -- 根据区域设置格式化本地时间/日期 strtotime -- 将任何英文文本的日期时间描述解析为 UNIX 时间戳 time -- 返回当前的 UNIX 时间戳
相关阅读 更多 +