Ejemplo n.º 1
0
     return substr(strrchr($file_name, '.'), 1);
 }
 /**
  * IS:
  * FS:
  * Desc: returning files from directory if the extensions is okay
  */
 protected function get_files($images_dir, $exts = array('jpg', 'jpeg', 'png', 'gif'))
 {
     $files = array();
     if ($handle = opendir($images_dir)) {