Parle\RLexer::callout
PHP Manual
PHP Manual»Parle\RLexer»Parle\RLexer::callout

Parle\RLexer::callout

(PECL parle >= 0.7.2)

Parle\RLexer::calloutDefine token callback

Descrizione

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

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

Elenco dei parametri

id

Token id.

callback

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

Valori restituiti

Nessun valore viene restituito.

To Top