1

Is it possible to check if the current timestamp matches a given time pattern in crontab style? Like:

if (time_match(time(), "10 * * * *") === true)
...
arminb
  • 2,036
  • 3
  • 24
  • 43
  • 2
    http://stackoverflow.com/questions/4587425/php-function-that-receive-a-cron-string-and-return-the-next-run-timestamp – dm03514 Aug 21 '13 at 21:44

0 Answers0