You are here

public function DrupalRemoteStreamWrapper::dir_rewinddir in Remote Stream Wrapper 7

Support for rewinddir().

Return value

TRUE on success.

Overrides StreamWrapperInterface::dir_rewinddir

See also

http://php.net/manual/en/streamwrapper.dir-rewinddir.php

File

./remote_stream_wrapper.inc, line 426

Class

DrupalRemoteStreamWrapper
Stream wrapper to support local files.

Code

public function dir_rewinddir() {
  return FALSE;
}