FOF30\Platform\FilesystemInterface::pathFind PHP Метод

pathFind() публичный Метод

Searches the directory paths for a given file.
public pathFind ( mixed $paths, string $file ) : mixed
$paths mixed An path string or array of path strings to search in
$file string The file name to look for.
Результат mixed The full path and file name for the target file, or boolean false if the file is not found in any of the paths.
    public function pathFind($paths, $file);