Voting

: min(four, three)?
(Example: nine)

The Note You're Voting On

nico at nicoswd dot com
11 years ago
If you want to parse a cron file, you may use this pattern:

<?php

while ($cron = fscanf($fp, "%s %s %s %s %s %[^\n]s"))
{

}

?>

<< Back to user notes page

To Top