public function OEmbedStreamWrapper::dir_readdir in oEmbed 7
Same name and namespace in other branches
- 7.0 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::dir_readdir()
Support for readdir().
Return value
bool The next filename, or FALSE if there are no more files in the directory.
Overrides StreamWrapperInterface::dir_readdir
File
- ./
OEmbedStreamWrapper.inc, line 333 - Create a oEmbed Stream Wrapper class.
Class
- OEmbedStreamWrapper
- @file Create a oEmbed Stream Wrapper class.
Code
public function dir_readdir() {
return FALSE;
}