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

Reader::isEOFpublicWC 1.0

Method of the class: Reader{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Reader = new Reader();
$Reader->isEOF(): bool;

Reader::isEOF() code WC 10.4.3

public function isEOF(): bool
{
    return $this->position >= $this->length;
}