YoastSEO_Vendor\GuzzleHttp\Psr7
CachingStream::close() public Yoast 1.0
Close both the remote stream and buffer stream
{} Это метод класса: CachingStream{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$CachingStream = new CachingStream(); $CachingStream->close();
Код CachingStream::close() CachingStream::close Yoast 15.6.2
public function close()
{
$this->remoteStream->close() && $this->stream->close();
}