PHP 获取当前时间

<?php
        echo date('Y-m-d H:i:s');
?>

输出

2019-07-26 15:51:44

猜你喜欢

转载自www.cnblogs.com/sea-stream/p/11253559.html