<?php is_readable(string $filename): bool
<?php exit(1); } if (! is_readable($configFile)) { echo 'Configuration file [' . $configFile . '] does not have read permission.' . PHP_EOL; exit(1);