dougou8552 2014-05-15 14:40
浏览 10
已采纳

(PHP)在xxx目录中显示可用的文本文件[重复]

This question already has an answer here:

i save edit log in txt files, my problem is how to echo/show all available log/txt files in log directory

im already made function for read file

function readFile($filename) {
    $myfile = fopen("$filename", "r") or die("Unable to open file!");
    // Output one line until end-of-file
    while(!feof($myfile)) {
      echo fgets($myfile) . "<br>";
    }
    fclose($myfile);    
}

above code just function for readfile, my problem is show available files , thanks

</div>
  • 写回答

1条回答 默认 最新

  • du8442 2014-05-15 14:44
    关注

    You're looking at using opendir() or the DirectoryIterator class.

    Similar question on Stack Overflow.

    PHP script to loop through all of the files in a directory?

    Should get you going in correct direction.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥40 万年历缺少农历,需要和阳历同时显示
  • ¥250 雷电模拟器内存穿透、寻基址和特征码的教学
  • ¥200 比特币ord程序wallet_constructor.rs文件支持一次性铸造1000个代币,并将它们分配到40个UTXO上(每个UTXO上分配25个代币),并设置找零地址
  • ¥15 关于Java的学习问题
  • ¥15 如何使用chatgpt完成文本分类任务?
  • ¥15 已知速度v关于位置s的等式,怎么转化为已知位置求速度v的等式
  • ¥15 我有个餐饮系统,用wampserver把环境配置好了,但是后端的网页却进去,是为什么,能不能帮远程一下?
  • ¥15 R运行没有名称为"species"的插槽对于此对象类"SDMmodelCV"
  • ¥20 基于决策树的数字信号处理,2ask 2psk 2fsk的代码,检查下报错的原因
  • ¥15 wincc已组态的变量过多