YoastSEO_Vendor\GuzzleHttp\Psr7
BufferStream::tell() public Yoast 1.0
{} Это метод класса: BufferStream{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$BufferStream = new BufferStream(); $BufferStream->tell();
Код BufferStream::tell() BufferStream::tell Yoast 16.1.1
public function tell()
{
throw new \RuntimeException('Cannot determine the position of a BufferStream');
}