codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Find files with specific name – glob

    18th March 2014

    Php - Strings

    php codehaven

    This will echo out all files in the directory called myfiles that are called test1.php, test2.php, but not hello.php

    To alphabetically sort files

    Was this code snippet helpful?