Categories

Updated: 09/23/2005

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!
Similar Scripts for "Cron schedule parser"

Web Database Tutorial (PHP && MySQL)

This is a tutorial on how to create a web database application using PHP and MySQL on Mac OS X or Linux platforms. The example used is a database to manage web site links. The same ideas used in this tutorial can be expanded to most web applications ...

NewsReader On-Line

NewsReader is a Web-based news application written in PHP which allows sending, replying, and displaying Usenet news on your Web site.

A free alternative to Cold Fusion or ASP?

Ask most Web application developers their scripting language of choice, and you''ll find that most are divided into two camps - the Microsoft Active Server Pages (ASP) folks, and the Cold Fusion users. If you do a little more research however, y...

Professional PHP

This book covers middle-tier programming with PHP. It features: Real world, practical experience and techniques; From installation and configuration of the PHP3 engine to advanced dynamic application design; Definitive coverage of core PHP language a...

mnoGoSearch

mnoGoSearch is a full-featured free search engine software for intranet and internet servers. mnoGoSearch has number of unique features, which makes it appropriative for a wide range of application from search within your site to specialized search s...
©2003-2008 jCay.com