Directory::close
(PHP 4, PHP 5, PHP 7, PHP 8)
Directory::close — 释放目录句柄
说明
public Directory::close(resource$dir_handle
= ?): void
与 closedir() 函数功能一样,只是
dir_handle
默认为 $this 变量。
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/directory.close.php