PHP: Find pathnames matching a pattern

Netter kurzer Artikel auf net tuts+ über den Einsatz der php Funktion glob().

Are you still using opendir() to loop through folders in PHP? Doesn’t that require a lot of repetitive code everytime you want to search a folder? Luckily, PHP’s glob() is a much smarter solution.

Possibly related posts (automatically generated)