WordPress\AiClientDependencies\Nyholm\Psr7
Stream::__destruct
Closes the stream when the destructed.
Method of the class: Stream{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Stream = new Stream(); $Stream->__destruct();
Stream::__destruct() Stream:: destruct code WP 7.0
public function __destruct()
{
$this->close();
}