YoastSEO_Vendor\GuzzleHttp\Psr7
AppendStream::write() public Yoast 1.0
{} Это метод класса: AppendStream{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$AppendStream = new AppendStream(); $AppendStream->write( $string );
Код AppendStream::write() AppendStream::write Yoast 15.6.2
public function write($string)
{
throw new \RuntimeException('Cannot write to an AppendStream');
}