YoastSEO_Vendor\GuzzleHttp\Psr7
StreamWrapper::stream_read() public Yoast 1.0
{} Это метод класса: StreamWrapper{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$StreamWrapper = new StreamWrapper(); $StreamWrapper->stream_read( $count );
- $count (обязательный)
- -
Код StreamWrapper::stream_read() StreamWrapper::stream read Yoast 16.1.1
public function stream_read($count)
{
return $this->stream->read($count);
}