public function StreamWrapperInterface::dir_opendir

7.x stream_wrappers.inc public StreamWrapperInterface::dir_opendir($uri, $options)
1 method overrides StreamWrapperInterface::dir_opendir()
DrupalLocalStreamWrapper::dir_opendir in drupal-7.x/includes/stream_wrappers.inc
Support for opendir().

File

drupal-7.x/includes/stream_wrappers.inc, line 114
Drupal stream wrapper interface.

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function dir_opendir($uri, $options);