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.
是否可以在特定日期执行代码?例如:我希望明天(07/01/2013)到来时,将一个新用户添加到数据库中
是的,但您应该手动执行它。
或使用cron。
Cron 可能是最好的选择。
如果您有一个频繁触发的 PHP 应用程序(例如,一分钟加载多次的网页),您还可以将您的业务逻辑放在该应用程序中,并希望它在您需要的窗口期间触发。