public function Stream::__destruct in Lockr 7.3
Closes the stream when the destructed
File
- vendor/
guzzlehttp/ psr7/ src/ Stream.php, line 76
Class
- Stream
- PHP stream implementation.
Namespace
GuzzleHttp\Psr7Code
public function __destruct() {
$this
->close();
}