Parle\Lexer::callout

(PECL parle >= 0.7.2)

Parle\Lexer::calloutDefine token callback

Descripción

public Parle\Lexer::callout(int $id, callable $callback): void

Define a callback to be invoked once lexer encounters a particular token.

Parámetros

id

Token id.

callback

Callable to be invoked. The callable doesn't receive any arguments and its return value is ignored.

Valores devueltos

No devuelve ningún valor.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top