gpt4 book ai didi

php - scandir 无法打开目录

转载 作者:可可西里 更新时间:2023-11-01 13:11:23 27 4
gpt4 key购买 nike

我在使用 scandir() 时遇到问题。我试图在我的云中子域下的页面上的 snaps 目录中显示文件。

这是我使用的 PHP。

$files = scandir('./snaps');
print_r($files);

这就是错误。

Warning: scandir(./snaps) [function.scandir]: failed to open dir: No such file or directory in /home/u703778423/public_html/cloud/index.php on line 39

Warning: scandir() [function.scandir]: (errno 2): No such file or directory in /home/u703778423/public_html/cloud/index.php on line 39

我不知道还能做什么。

最佳答案

您可能会假设当前工作目录位于写入脚本 scandir() 的旁边,但(在许多情况下)不是。

scandir(__DIR__ . '/snaps');

关于php - scandir 无法打开目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11885717/

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