14,953
edits
| Line 89: | Line 89: | ||
* 原因: 沒有設定時區 | * 原因: 沒有設定時區 | ||
* 解決方法: 使用 date() 或 strtotime() 等[http://php.net/manual/en/ref.datetime.php 時間相關函數]之前,先設定時區,例 {{kbd | key = <nowiki>date_default_timezone_set("Asia/Taipei")</nowiki>}} | * 解決方法: 使用 date() 或 strtotime() 等[http://php.net/manual/en/ref.datetime.php 時間相關函數]之前,先設定時區,例 {{kbd | key = <nowiki>date_default_timezone_set("Asia/Taipei")</nowiki>}} | ||
=== composer.phar: command not found 或 Could not open input file: composer.phar === | === composer.phar: command not found 或 Could not open input file: composer.phar === | ||