YoastSEO_Vendor\GuzzleHttp\Psr7
AppendStream::eof() public Yoast 1.0
{} Это метод класса: AppendStream{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$AppendStream = new AppendStream(); $AppendStream->eof();
Код AppendStream::eof() AppendStream::eof Yoast 15.6.2
public function eof()
{
return !$this->streams || $this->current >= \count($this->streams) - 1 && $this->streams[$this->current]->eof();
}