Ahoi alle
      $this->_fileNames = array_merge(glob($folderName . "/*.pdf"), glob($folderName . "/*.PDF"));
      $this->_fileNames = glob($folderName . "/*.[pP][dD][fF]");
      $this->_fileNames = glob($folderName . "/*.{pdf,PDF}", GLOB_BRACE);
 
welche der drei varianten wäre warum zu bevorzugen, wenn man alle ".pdf" und ".PDF" einsammelne will? vermutlich geschmackssache, oder? "funzen" alle drei ...; s.a. http://php.net/manual/de/function.glob.php
Dank und Gruß,
bob from berlin