Directory::close

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

Directory::closeディレクトリハンドルをクローズする

説明

public Directory::close(resource $dir_handle = ?): void

closedir() と同じですが、 dir_handle のデフォルトが $this->handle になります。

add a note add a note

User Contributed Notes

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