gpt4 book ai didi

php - 使用 PHP 扫描当前文件夹

转载 作者:可可西里 更新时间:2023-10-31 23:52:34 26 4
gpt4 key购买 nike

我有这样的文件夹结构:

/articles
.index.php
.second.php
.third.php
.fourth.php

如果我在 second.php 中编写代码,我如何扫描当前文件夹(文章)?

谢谢

最佳答案

$files = glob(dirname(__FILE__) . "/*.php");

http://php.net/manual/en/function.glob.php

关于php - 使用 PHP 扫描当前文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1646099/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com