コード例 #1
0
ファイル: deleteall.php プロジェクト: yyueshui/Cron
<?php

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