public function ReadOnlyPhpStreamWrapperTrait::dir_closedir in Remote Stream Wrapper 8
File
- src/
StreamWrapper/ ReadOnlyPhpStreamWrapperTrait.php, line 23
Class
- ReadOnlyPhpStreamWrapperTrait
- Trait that contains all unimplemented methods.
Namespace
Drupal\remote_stream_wrapper\StreamWrapperCode
public function dir_closedir() {
trigger_error('dir_closedir() not supported for HTTP stream wrappers', E_USER_WARNING);
return FALSE;
}