public function StreamWrapper::stream_eof in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/psr7/src/StreamWrapper.php \GuzzleHttp\Psr7\StreamWrapper::stream_eof()
File
- vendor/
guzzlehttp/ psr7/ src/ StreamWrapper.php, line 85
Class
- StreamWrapper
- Converts Guzzle streams into PHP stream resources.
Namespace
GuzzleHttp\Psr7Code
public function stream_eof() {
return $this->stream
->eof();
}