代码如下 | 复制代码 |
$directory = 'gallery'; $allowed_types=array('jpg','jpeg','gif','png'); $dir_handle = @opendir($directory) or die("there is an error with your image directory!"); while ($file = readdir($dir_handle)) $title = implode('.',$file_parts); $i++; } } closedir($dir_handle); |