public function OEmbedStreamWrapper::dir_rewinddir in oEmbed 7
Same name and namespace in other branches
- 7.0 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::dir_rewinddir()
Support for rewinddir().
Return value
bool TRUE on success.
Overrides StreamWrapperInterface::dir_rewinddir
File
- ./
OEmbedStreamWrapper.inc, line 343 - Create a oEmbed Stream Wrapper class.
Class
- OEmbedStreamWrapper
- @file Create a oEmbed Stream Wrapper class.
Code
public function dir_rewinddir() {
return FALSE;
}