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.
是否可以检查当前时间戳是否与crontab样式上给定的时间模式匹配?喜欢:
crontab
if (time_match(time(), "10 * * * *") === true) ...