public function oEmbedStream::dir_opendir in oEmbed 8
Support for opendir().
Parameters
string $url: A string containing the url to the directory to open.
int $options: Whether or not to enforce safe_mode (0x04).
Return value
bool TRUE on success.
Overrides PhpStreamWrapperInterface::dir_opendir
File
- src/
StreamWrapper/ oEmbedStream.php, line 253 - Create a oEmbed Stream Wrapper class.
Class
- oEmbedStream
- @file Create a oEmbed Stream Wrapper class.
Namespace
Drupal\oembed\StreamWrapperCode
public function dir_opendir($url, $options) {
return FALSE;
}