date_create() 與DateTime::__construct() 有相同的功能,舉例如下 <?php $date = date_create('now', new DateTimeZone('Asia/Taipei')); echo date_format($date, ...
確定! 回上一頁