(PHP 4, PHP 5, PHP 7, PHP 8)
はじめに
Directory クラスのインスタンスを作るには
dir() 関数を使います。new 演算子は使いません。
クラス概要
Directory
{
public close
(
resource $dir_handle
= ?
) :
void
public read
(
resource $dir_handle
= ?
) :
string
public rewind
(
resource $dir_handle
= ?
) :
void
}