Is it possible to check if the current timestamp matches a given time pattern in crontab
style? Like:
if (time_match(time(), "10 * * * *") === true)
...
Is it possible to check if the current timestamp matches a given time pattern in crontab
style? Like:
if (time_match(time(), "10 * * * *") === true)
...