filterPath() public static method
Checks if the given file path satisfies the filtering options.
| public static boolean filterPath ( $path, $options ) | ||
|---|---|---|
| $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. |
| return | boolean |
Whether the file or directory satisfies the filtering options. |
Please login to continue.