$arg) { if (!$i) { continue; } $types = $mime->getMimeTypes($arg); foreach ($types as $type) { if (preg_match('/^application\/x-.*-rom$/', $type)) { echo $type.PHP_EOL; } } }