WordPress\AiClientDependencies\Nyholm\Psr7

Stream::__destructpublicWP 1.0

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() code WP 7.0

public function __destruct()
{
    $this->close();
}