¡@

Home 

php Programming Glossary: fnmatch

pathinfo vs fnmatch

http://stackoverflow.com/questions/2693428/pathinfo-vs-fnmatch

vs fnmatch There was a small debate regarding the speed of fnmatch over.. fnmatch There was a small debate regarding the speed of fnmatch over pathinfo here http stackoverflow.com questions 2692536.. Zend Technologies dynamic path pathinfo 3.2973630428314 fnmatch 3.4520659446716 x1.05 static path pathinfo 0.86487698554993..

php scandir --> search for files/directories

http://stackoverflow.com/questions/2861834/php-scandir-search-for-files-directories

path foreach dir path as i entry if entry '.' entry '..' fnmatch mask entry sdir entry return sdir Thank you for any help..

use php scandir($dir) and get only images!

http://stackoverflow.com/questions/3226519/use-php-scandirdir-and-get-only-images

that filters any unwanted extensions. If you use strpos fnmatch or pathinfo to get the extension is up to you. share improve..