streamWrapper::dir_opendir
PHP function
Edit on GitHub ✎
(PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8)
Open directory handle
Description
streamWrapper::dir_opendir(string $path, int $options): bool
This method is called in response to opendir().
Parameters
pathSpecifies the URL that was passed to
opendir().NoteThe URL can be broken apart with
parse_url().options
Return Values
Success
See Also
opendir()streamWrapper::dir_closedirparse_url()