PHP Classes

File: example/main.cron

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP Cron Manager Class   example/main.cron   Download  
File: example/main.cron
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Cron Manager Class
Run scheduled tasks defined in a crontab file
Author: By
Last change:
Date: 9 years ago
Size: 454 bytes
 

Contents

Class file image Download
*/2 * * * * php /var/www/data/public/cron/test.php test1 */5 * * * * php /var/www/data/public/cron/test.php test2 #*/1 * * * * /path/to/php /path/to/intaro/app.php -e history #0-59/2 */12 * * * /path/to/php /path/to/intaro/app.php -e icml #1-36 5 4-10 0-3 * echo "HELLO" #* 0,2,4,6,8,10,12,14,16,18,20,22 * * sat echo "HELLO" #* 0-23/2 * * sat echo "HELLO" #1,2,8,1,2,8,18,2,8,1,2,8 23 31 dec * echo "Happy new year" #5 23 31 dec * echo "Happy new year"