标签: php timestamp crontab
是否可以检查当前时间戳是否与crontab样式中的给定时间模式匹配?像:
crontab
if (time_match(time(), "10 * * * *") === true) ...