這篇文章介紹了,php中的時間戳函數strtotime()的用法,有需要的朋友,可以參考下。
strtotime函數是一個很好的函數,靈活的運用它,會給你的工作帶來不少方便.但PHP的手冊中卻對此函數的參數沒作太多介紹,對些函數的其他介紹也非常少。 先看手冊介紹: strtotime — 將任何英文文字的日期時間描述解析為 Unix 時間戳 格式:int strtotime ( string $time [, int $now ] ) 本函數預期接受一個包含美國英語日期格式的字串並嘗試將其解析為Unix 時間戳記(自January 1 1970 00:00:00 GMT 起的秒數),其值相對於now 參數給出的時間,如果沒有提供此參數則用系統目前時間。 本函數將使用 TZ 環境變數(如果有的話)來計算時間戳記。自 PHP 5.1.0 起有更容易的方法來定義時區用於所有的日期/時間函數。此程序在 date_default_timezone_get() 函數頁面中有說明。 Note : 如果給定的年份是兩位數字的格式,則其值 0-69 表示 2000-2069,70-100 表示 1970-2000。 參數 time 被解析的字串,格式根據 GNU ? 日期輸入格式 的語法。在 PHP 5.0 之前,time 中不允許有毫秒數,自 PHP 5.0 起可以有但是會被忽略掉。 now 用來計算傳回值的時間戳記。 這個參數預設值是當前時間time(),也可以設定為其他時間的時間戳記(我一直忽略的一個功能啊,慚愧) 傳回值: 成功則傳回間戳,否則傳回 FALSE 。在 PHP 5.1.0 之前本函數在失敗時回傳 -1,後面版本回傳false. strtotime的第一個參數可以是我們常見的英文時間格式,例如「2008-8-20」或「10 September 2000 」等等。也可以是以參數now為基準的時間描述,例如「+1 day」等等。 下面是後一種方式的可使用參數清單,其中「當前時間」是指strtotime第二個參數now的值,預設為當前時間 1.月,日英文名及其常用縮寫清單: january,february,march,april,may,june,july,august,september,sept,october,november,december, sunday,monday,tuesday,tues,wednesday,wednes,thursday,thur,thurs,friday,saturday 2.時間參數與祥細描述: am : the time is before noon 上午 pm : the time is noon or later 下午 year: one year; for example, “next year” 年,如“next year”代表明年 month : one month; for example, “last month” 月,如“last month”代表上一月 fortnight : two weeks; for example, “a fortnight ago” 兩週,例如“a fortnight ago”代表兩週前 week : one week 週 day: a day 天 hour: an hour 小時 minute : a minute 分鐘 min : same as minute 同“minute” second : a second 秒 sec : same as second 同「second」 3.相關與順序說明: +n/-n :以當前時間算,加個減指定的時間,例如”+1 hour”是指當前時間加一小時 ago :time relative to now; such as “24 hours ago” 以當前時間往前算,比如”24 hours ago”代表“24小時前” tomorrow : 24 hours later than the current date and time 以目前時間(包括日期和時間)為標準,明天同一時間 yesterday : 24 hours earlier than the current date and time 以當前時間(包括日期和時間)為標準,昨天同一時間 today : the current date and time 當前時間(包括日期和時間) now : the current date and time 當前時間(包括日期和時間) last : modifier meaning “the preceding”; for example, “last tuesday” 代表“上一個”,例如“last tuesday”代表“上週二同一時間” this : the given time during the current day or the next occurrence of the given time; for example, “this 7am” gives the timestamp for 07:00 on the current day, while “this week” gives the timest the for on the current day, while “this week” gives the timest the for ves the time fromamp for ves the times week” gives the timest the for ves the times week” gives the. current time 當天的指定時間或下面一個時間段的時間戳,例如「this 7am」給出當天7:00的時間戳,而「this week」給出的是從當前時間開始的一整週的時間戳,也就是當前時間(經本人測試:strtotime('this week')=strtotime('now')); next : modifier meaning the current time value of the subject plus one; for example, “next hour” 當前時間加上指定的時間,例如“next hour”是指當前時間加上一小時,即加3600 //先到這,以是未作翻譯 first : ordinal modifier, esp. for months; for example, “May first” (actually, it's just the same as next) third : see first (note that there is no “second” for ordinality, since that would conflict with the second time value) fourth : see first fifth : see first sixth : see first seventh : see first eighth : see first ninth : see first tenth : see first eleventh : see first twelfth : see first 4.時區描述: gmt :格林威治標準時間 ut : 協調世界時 utc : 與 ut 相同 濕 : 西歐時間 bst :英國夏令時間 wat : 西非時間 於 : 亞速爾群島時間 ast : 大西洋標準時間 adt : 大西洋夏令時間 東部時間:東部標準時間 edt : 東部夏令時間 cst :中部標準時間 cdt : 中部夏令時間 mst :山地標準時間 mdt : 山區夏令時間 pst :太平洋標準時間 pdt : 太平洋夏令時間 yst :育空標準時間 ydt : 育空夏令時間 hst :夏威夷標準時間 hdt : 夏威夷夏令時間 貓:阿拉斯加中部時間 akst :阿拉斯加標準時間 akdt : 阿拉斯加夏令時間 ahst :阿拉斯加-夏威夷標準時間 nt : 諾姆時間 idlw : 國際日期變更線西 cet : 歐洲中部時間 見面時間:中歐時間 mewt : 中歐冬季時間 梅斯特:中歐夏令時間 mesz : 中歐夏令時間 swt : 瑞典冬令時 sst :瑞典夏令時間 fwt : 法國冬季時間 fst :法國夏令時間 et : 東歐時間,蘇聯 1 區 bt : 巴格達時間,蘇聯 2 區 zp4 : 蘇聯 3 區 zp5:蘇聯4區 zp6 : 蘇聯 5 區 浪費 : 西澳大利亞標準時間 wadt : 西澳大利亞夏令時間 cct : 中國海岸時間,蘇聯 7 區 jst :日本標準時間,蘇聯 8 區 東部:澳洲東部標準時間 edt : 澳洲東部夏令時間 gst :關島標準時間,蘇聯 9 區 nzt : 紐西蘭時間 nzst :紐西蘭標準時間 nzdt : 紐西蘭夏令時間 空閒 : 國際日期變更線東 附,具體應用舉例。 檢視文章:php strtotime()函數最簡單 |