Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser

Reader::getRemainingLengthpublicWC 1.0

Method of the class: Reader{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Reader = new Reader();
$Reader->getRemainingLength(): int;

Reader::getRemainingLength() code WC 10.8.1

public function getRemainingLength(): int
{
    return $this->length - $this->position;
}