PHP 日期时间函数 strptime() PHP 日期时间函数 strftime() PHP 日期时间函数 strtotime() PHP 日期时间函数 strptime() <?php $format = '%d/%m/%Y %H:%M:%S'; $strf = strftime($format); echo "$strf\n"; print_r(strptime($strf, $format)); ?> PHP 日期时间函数 strftime() PHP 日期时间函数 strtotime()