public function StreamWrapperInterface::dir_opendir in D7 Media 6
2 methods override StreamWrapperInterface::dir_opendir()
- ResourceReadOnlyStreamWrapper::dir_opendir in resource/
ResourceReadOnlyStreamWrapper.inc - Support for opendir().
- ResourceStreamWrapper::dir_opendir in resource/
ResourceStreamWrapper.inc - Support for opendir().
File
- resource/
ResourceStreamWrapper.inc, line 24
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface. @see: http://php.net/manual/en/function.stream-wrapper-register.php
Code
public function dir_opendir($url, $options);