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