Searched refs:strExcPattern (Results 1 – 1 of 1) sorted by relevance
885 * @param string $strExcPattern Exclude file pattern889 …public function storeDirToArray($strSourceDir, $strIncPattern, $strExcPattern, &$arrOutput, &$strE… argument918 $strExcPattern,923 … if (preg_match('/' .$strIncPattern. '/', $file) && (($strExcPattern == '') ||924 !preg_match('/' .$strExcPattern. '/', $file))) {