';
traverse($sub_dir);
} else { //如果是文件,直接输出
echo 'File in Directory ' . $path . ': ' . $file . '
';
}
}
}
traverse('xxtt');
?>



