Gerard-Meier

3 files from folder by date

May 22nd, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2.  
  3. $dir = './';
  4.  
  5. $files = explode(PHP_EOL, trim(`ls $dir -t`));
  6.  
  7. print '<pre>';
  8. print_r($files);
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment