|
||||||||||||||||||||||||||
//圖片目錄
$dir = './images/holiday/';
//圖片副檔名
$find_filetype = array('.jpg', '.png', '.gif');
function strposa($haystack, $needle, $offset=0) {
if(!is_array($needle)) $needle = array($needle);
foreach($needle as $query) {
if(strpos($haystack, $query, $offset) !== false) return true; // stop on first true result
}
return false;
}
if (is_dir($dir)) {
if ($dh = opendir($dir)) {
while (($file = readdir($dh)) !== false) {
if (strposa( $file, $find_filetype) ){ //只過讀取出php 的檔案
echo '
';
}
}
closedir($dh);
}
}
?>
|
|
||||||||||||||||||||||||||||||||||||||||||||

';
} else {
$img = ' ';
}
$html.= '