YoastSEO_Vendor\Psr\Http\Message
StreamInterface::isReadable() public Yoast 1.0
Returns whether or not the stream is readable.
{} Это метод класса: StreamInterface{}
Хуков нет.
Возвращает
true|false
. Ничего.
Использование
$StreamInterface = new StreamInterface(); $StreamInterface->isReadable();
Код StreamInterface::isReadable() StreamInterface::isReadable Yoast 16.1.1
public function isReadable();