// 디렉토리가 비어 있는지 확인합니다. true는 비어 있고, false는 비어 있지 않습니다. function is_empty_dir($fp) { $H = @ opendir ( $fp); $i=0; while($_file=readdir($H)){ $i++; $H); } }