fork download
  1. <?php
  2.  
  3. $it = "folder/";
  4. foreach(glob($it.'img-gallery-*.jpg') as $f) {
  5. echo $f. "<br>";
  6. }
  7. ?>
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
Standard output is empty