[ Index ] |
|
Code source de Flux CMS 1.5 |
1 <?php 2 3 class ImageDirectoryIterator extends DirectoryIterator { 4 5 6 function __construct($path) { 7 parent::__construct($path); 8 } 9 10 11 public function isImage() { 12 $fn = $this->getFileName(); 13 if ($fn != ".." && $fn != ".") { 14 return bx_helpers_image::isImage($this->getFileName()); 15 } 16 return false; 17 } 18 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 13:08:55 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |