YoastSEO_Vendor\Psr\Http\Message
StreamInterface::rewind() public Yoast 1.0
Seek to the beginning of the stream.
If the stream is not seekable, this method will raise an exception; otherwise, it will perform a seek(0).
{} Это метод класса: StreamInterface{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$StreamInterface = new StreamInterface(); $StreamInterface->rewind();
Заметки
- Смотрите: seek()
Код StreamInterface::rewind() StreamInterface::rewind Yoast 16.1.1
public function rewind();