Parle\RLexer::reset

(PECL parle >= 0.7.1)

Parle\RLexer::resetReset lexer

Description

publicParle\RLexer::reset(int$pos): void

Reset lexing optionally supplying the desired offset.

Parameters

pos

Reset position.

Return Values

No value is returned.

To Top