You are here

public function OEmbedStreamWrapper::dir_opendir in oEmbed 7.0

Same name and namespace in other branches
  1. 7 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::dir_opendir()

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 StreamWrapperInterface::dir_opendir

File

./OEmbedStreamWrapper.inc, line 323
Create a oEmbed Stream Wrapper class.

Class

OEmbedStreamWrapper
@file Create a oEmbed Stream Wrapper class.

Code

public function dir_opendir($url, $options) {
  return FALSE;
}