Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我抛出一个“致命错误:日期():时区数据库已损坏 - 这永远不会发生!” 错误。它说错误是此代码的第一行之一:
$day = date("D"); $hour = date("j"); $weekday = true; $weekend = true; $open = true;
我对 PHP很陌生,我似乎无法克服这个障碍。
请帮忙!:)