Parle\Parser::sigilName

(PECL parle >= 0.8.4)

Parle\Parser::sigilNameRetrieve a rule or token name

说明

public Parle\Parser::sigilName(int $idx): string

Retrieve a partial rule name or token name corresponding to the sigil index.

参数

idx

Match index, zero based.

返回值

Returns a string with the matched part.

添加备注

用户贡献的备注

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