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