首页 > 作文

php模拟服务器实现autoindex效果的方法

更新时间:2023-04-06 19:25:20 阅读: 评论:0

本文实例讲述了php模拟服务器实现autoindex效果的方法。分享给大家供大家参考。具体实现方法如下:

1.php代码如下:

复制代码 代码如下: <?php

//文件浏览程序

error_reporting(0);

$pwd = empty($_get[‘dir’]) ? ‘./’ : $_get[‘dir’];

$pwd = realpath($pwd);

if(is_file($pwd)) {

highlight_file ($pwd);

exit;

}el

$it = new filesystemiterator($pwd);

?>

<html>

<head地球一小时海报>

<title>pwd of <简单的化学小实验;?php echo $pwd ?></title>

</head>

<bod校外指导教师意见y bgcolor=”white”>

<h1>pwd of <?php echo $pwd ?></h1><hr>

<pre><a href=”?dir=<?php echo dirname($pwd)?>”>../</a>

<?php

foreach ($it as $file){

if($file->isdir()) {

$filesize = ‘_’;

$filename = $file->getfilename() . ‘/’;

} elif($file->isfile()) {

$filesize = $file->getsize();

$filename = $file->getfilename();

}

$date = date(‘y-m-d h:i’,$file->getctime());

?><a href=”?dir=<?php echo $file->getrealpath()?>”><江苏省最新开学时间;?php ec生物学专业ho $filename ?></a><?php echo str_pad($date, 60-strlen($filename),’ ‘,str_pad_left)?><?php echo str_pad($filesize,30,’ ‘,str_pad_left)?>

<?php }?></pre><hr>

</body>

</html>

2. 运行效果如下图所示:

希望本文所述对大家的php程序设计有所帮助。

本文发布于:2023-04-06 19:25:19,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/3bfb92786ffb8855435658c10cce25fd.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:php模拟服务器实现autoindex效果的方法.doc

本文 PDF 下载地址:php模拟服务器实现autoindex效果的方法.pdf

下一篇:返回列表
标签:代码   本文   效果   江苏省
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图