Parle\Lexer::callout
PHP Manual
PHP Manual»Parle\Lexer»Parle\Lexer::callout

Parle\Lexer::callout

(PECL parle >= 0.7.2)

Parle\Lexer::calloutDefine token callback

Açıklama

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

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

Bağımsız Değişkenler

id

Token id.

callback

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

Dönen Değerler

Hiçbir değer dönmez.

To Top