php时间戳的转换函数 strtotime()strtotime() 函数用于将英文文本字符串表示的日期转换为时间戳,为 date() 的反函数,成功返回时间戳,否则返回 FALSE 。语法:int strtotime ( string time [, int now] )参数 time 为被解析的字符串,是根据 GNU 日期输入格式表示的日期。例子:?phpecho strtotime(2009-10-21 16:00:10);//输出 1256112010echo strtotime(10 Se