<?php $cmd = getopt('f:'); $f = $cmd['f'] ?? null; if (!$f) { exit(1); } $file = file($f);