Cron schedule parser
If you're dependent on cron to run important tasks, you'll want some kind of monitoring. This class is useful for parsing a given cron schedule to see when the cron job should have last run, so you can add monitoring to your application easily by making cron jobs log their events in a database and then writing a monitoring app around this class. Cron schedules can be quite complex to parse since they can involve ranges (n-n) and lists of values or ranges (n,n,n or n,n,n-n,n-n). Finally, days can be specified by calendar days or days of the week. This class supports every possibility at the moment except for weekdays specified in non-numerical format, like Mon, Tues, etc. and */2 syntax for alternation. One possible use for this class would be to write a complete PHP replacement for cron!
- Visit Site:
- Cron schedule parser
- Version:
- 1.1
- Filed in:
-
PHP / Scripts & Programs / Web Hosting Tools
- Platforms:
-




- Databases:
-
- Date Added:
- Jun 30, 2005
- Last Updated:
- Sep 23, 2005
License and Pricing Information
LGPL
Free to use in any application so long as the license and other header information is kept intact.
Price: $0.00 USD
LGPL
Free to use in any application so long as the license and other header information is kept intact.
Price: $0.00 USD
LGPL
Free to use in any application so long as the license and other header information is kept intact.
Price: $0.00 USD
LGPL
Free to use in any application so long as the license and other header information is kept intact.
Price: $0.00 USD
| Publisher site visits: | 3,473 |
|---|---|
| Average rating: | 0.00 |
| Total ratings: | 0 |
Publisher Info
- Author:
- Mick Sear
