Streams streamWrapper::dir_opendir

(PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8)

streamWrapper::dir_opendir — 디렉토리 핸들 열기


설명

public streamWrapper::dir_opendir(string $path, int $options): bool

이 메서드는 opendir()에 대한 응답으로 호출됩니다.


매개변수

path
opendir()에 전달된 URL을 지정합니다.

메모: URL은 parse_url()을 사용하여 분리할 수 있습니다.

options

반환 값

성공하면 true를, 실패하면 false를 반환합니다.


기타