WordPress\AiClientDependencies\Psr\Http\Message

StreamInterface::closepublicWP 1.0

Closes the stream and any underlying resources.

Method of the class: StreamInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$StreamInterface = new StreamInterface();
$StreamInterface->close(): void;

StreamInterface::close() code WP 7.0

public function close(): void;