摘要:
$dir = FCPATH."uploads/attachment/"; $this->getFiles($dir);function getFiles($dir) { $arr=array(); if (is_dir($dir)) { $data = scandir($dir . $file); foreach ($data as $file) { if ($file != '.' && $file != '..') { ... 阅读全文
posted @ 2013-07-24 15:48
doubleyong
阅读(317)
评论(0)
推荐(0)
浙公网安备 33010602011771号