PHP显示指定目录下的所有目录及文件

Posted wgchen~

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP显示指定目录下的所有目录及文件相关的知识,希望对你有一定的参考价值。

<?php
echo \'<style>
li{list-style-type :none;}
a:link {color: #000; text-decoration:none;}
a:hover {color: red; text-decoration:underline;text-decoration:none;}
</style>\';

function tree($directory) 
{
    
	$mydir=dir($directory); 
	
	echo</

以上是关于PHP显示指定目录下的所有目录及文件的主要内容,如果未能解决你的问题,请参考以下文章