操作方法
php日期转时间戳函数strtotime(),strtotime("2019-01-08"),结果为1546905600
php获取时间的时间戳函数time(),time(),结果根据时间自动生成
php微秒时间戳函数microtime(),结果根据时间自动生成
php时间生成unix时间戳,结果根据时间自动生成
php日期生成unix时间,结果根据日期自动生成
php时间设置函数date_format(),date_time_set($date,"Y-m-d H:i:s")结果为2019-01-01 01:01:00