PHP time () 函数PHP Date/Time 参考手册实例返回当前时间的Unix 时间戳,并格式化为日期: <?php $t=time(); echo($t . '<br>'); echo(date('Y-m-d',$t));?>
確定! 回上一頁