You are here

public function OEmbedStreamWrapper::dir_closedir in oEmbed 7

Same name and namespace in other branches
  1. 7.0 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::dir_closedir()

Support for closedir().

Return value

bool TRUE on success.

Overrides StreamWrapperInterface::dir_closedir

File

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

Class

OEmbedStreamWrapper
@file Create a oEmbed Stream Wrapper class.

Code

public function dir_closedir() {
  return FALSE;
}