PHP 8.5.0 Alpha 4 available for testing

Voting

: zero plus four?
(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