<?php $fileName = 'aiueo.txt'; $pattern1 = 'aiueo*'; $pattern2 = 'abcde*'; var_dump(fnmatch($pattern1, $fileName)); var_dump(fnmatch($pattern2, $fileName));
You have javascript disabled. You will not be able to edit any code.