class Reader
CSS selector reader.
This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.
Methods
| __construct(string $source) | ||
| bool | isEOF() | |
| int | getPosition() | |
| int | getRemainingLength() | |
| string | getSubstring(int $length, int $offset) | |
| int | getOffset(string $string) | |
| bool | findPattern(string $pattern) | |
| moveForward(int $length) | ||
| moveToEnd() |
Please login to continue.