try {
if(! file_exists($file)) {
throw new Exception('file not exist');
}
} catch (Exception $e) {
echo $e->getMessage();
exit;
}
не имеет смысла, поскольку спокойно сокращается доif(! file_exists($file)) {
exit('file not exist');
}
dirname(__FILE__)
прекрасно заменяется на __DIR__
0 1,4,7,10,13,16,19,22 * * * command
30 2,5,8,11,14,17,20 * * * command