Пример #1
0
<?php

require_once 'crontab.php';
$cron = new Crontab();
$active = $cron->listJobs();
echo json_encode($active);