helpers\BaseFileHelper filterPath()

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.

doc_Yii
2016-10-30 17:04:44
Comments
Leave a Comment

Please login to continue.