Checks if the given file path satisfies the filtering options.
public static filterPath ( string $path, array $options ) : boolean | ||
$path | string | the path of the file or directory to be checked |
$options | array | the filtering options. See [[findFiles()]] for explanations of the supported options. |
Результат | boolean | whether the file or directory satisfies the filtering options. |