<?php file_exists(string $filename): bool
<?php { $basePath = Glob::getBasePath($glob, $flags); if (!Glob::isDynamic($glob) && file_exists($glob)) { $innerIterator = new ArrayIterator(array($glob)); } elseif (is_dir($basePath)) {