简单教程
提交运行
代码编辑器:
<?php $format="%d/%m/%Y %H:%M:%S"; $strf=strftime($format); echo "$strf"; print_r(strptime($strf,$format));
运行结果: