예제 #1
0
파일: deleteall.php 프로젝트: yyueshui/Cron
<?php

require_once 'crontab.php';
$cron = new Crontab();
$cron->deleteAllJobs();