是否可以避免此异常(可能通过排除由于缺少权限而无法由 PHP 进程读取的目录?)。我在文档中找不到它。
RecursiveDirectoryIterator::__construct(/proc/tty/driver):
failed to open dir: Permission denied
我的代码:
$filesystem = new Filesystem(new Local('/proc', LOCK_EX, Local::SKIP_LINKS));
$filesystem->listContents('.', true);