Directory::read

(PHP 4, PHP 5, PHP 7, PHP 8)

Directory::read从目录句柄中读取条目

说明

public Directory::read(resource $dir_handle = ?): string

readdir() 函数功能一样, 只是 dir_handle 默认为 $this 变量。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top