Your Ad Here

Posted By

adampatterson on 05/07/10


Tagged

search glob Flie


Versions (?)

Find pathnames matching a pattern


 / Published in: PHP
 

URL: http://uk.php.net/glob

  1. foreach (glob("*.php") as $file)
  2. echo "$file\n";

Report this snippet  

You need to login to post a comment.