YoastSEO_Vendor\Psr\Http\Message
StreamInterface::getSize() public Yoast 1.0
Get the size of the stream if known.
{} Это метод класса: StreamInterface{}
Хуков нет.
Возвращает
Число/null
. Returns the size in bytes if known, or null if unknown.
Использование
$StreamInterface = new StreamInterface(); $StreamInterface->getSize();
Код StreamInterface::getSize() StreamInterface::getSize Yoast 16.1.1
public function getSize();