: This article mainly describes how to interpret PHP strings as time, add one day, and add one month. For more information about PHP tutorials, see. The strtotime () function parses the date and time descriptions of any English text into Unix timestamps.
Strtotime (time, now) // parameter description time specifies the time string to be parsed. Now is used to calculate the timestamp of the returned value. If this parameter is omitted, the current time is used.
This function is expected to accept a string that contains the American English date format and try to parse it into a Unix timestamp (seconds since January 1 1970 00:00:00 GMT ), the value is relative to the time given by the now parameter. If this parameter is not provided, the current time of the system is used.
The running result is as follows:
Int (1452653589) int (1128268800) int (1452671589) int (1453258389) int (1453542794) int (1453046400) int (1452355200) int () string (26) "today: 10:53:09 "string (26)" Tomorrow: 10:53:09"
'). AddClass ('pre-numbering '). hide (); $ (this ). addClass ('Has-numbering '). parent (). append ($ numbering); for (I = 1; I <= lines; I ++) {$ numbering. append ($ ('
'). Text (I) ;}; $ numbering. fadeIn (1700) ;}) ;}; script
The above describes how to explain the PHP string to time, add one day, and add one month, including the content, and hope to help friends who are interested in PHP tutorials.