public function Stream::__destruct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/psr7/src/Stream.php \GuzzleHttp\Psr7\Stream::__destruct()
Closes the stream when the destructed
File
- vendor/
guzzlehttp/ psr7/ src/ Stream.php, line 85
Class
- Stream
- PHP stream implementation.
Namespace
GuzzleHttp\Psr7Code
public function __destruct() {
$this
->close();
}