PHP 8.4.0 RC3 available for testing

Parle\Lexer::callout

(PECL parle >= 0.7.2)

Parle\Lexer::calloutDefine token callback

说明

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

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

参数

id

Token id.

callback

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

返回值

没有返回值。

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top