Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser
Reader::getRemainingLength
Method of the class: Reader{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Reader = new Reader(); $Reader->getRemainingLength(): int;
Reader::getRemainingLength() Reader::getRemainingLength code WC 10.8.1
public function getRemainingLength(): int
{
return $this->length - $this->position;
}