public function MimeStreamWrapper::stream_eof in UIkit Components 8.3
Return value
bool
File
- src/
MimeStreamWrapper.php, line 177
Class
- MimeStreamWrapper
- Provides a stream wrapper to retrieve mime type information from any source.
Namespace
Drupal\uikit_componentsCode
public function stream_eof() {
return $this->eof;
}