您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

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

  2. 主要介绍了php模拟服务器实现autoindex效果的方法,实例分析了php操作URL及传递参数的技巧,具有一定参考借鉴价值,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-10-24
    • 文件大小:29696
    • 提供者:weixin_38539018
  1. php模拟服务器实现autoindex效果的方法

  2. 本文实例讲述了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; }else
  3. 所属分类:其它

    • 发布日期:2020-12-18
    • 文件大小:33792
    • 提供者:weixin_38702515