public function PharStreamWrapper::stream_eof in Drupal 7
Return value
bool
File
- misc/
typo3/ phar-stream-wrapper/ src/ PharStreamWrapper.php, line 170
Class
Namespace
TYPO3\PharStreamWrapperCode
public function stream_eof() {
return $this
->invokeInternalStreamWrapper('feof', $this->internalResource);
}