fork download
  1. <?php # in the name of ALLAH
  2.  
  3. $here = realpath(dirname(__FILE__));
  4. foreach(new DirectoryIterator($here) as $inode){
  5. if($inode->isDot()) continue;
  6. echo $inode->getFileName();
  7. }
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
prog.php