Parle\RParser::sigilName
PHP Manual
PHP Manual»Parle\RParser»Parle\RParser::sigilName

Parle\RParser::sigilName

(PECL parle >= 0.8.4)

Parle\RParser::sigilNameRetrieve a rule or token name

Beschreibung

public function Parle\RParser::sigilName(int $idx): string

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

Parameter-Liste

idx

Match index, zero based.

Rückgabewerte

Returns a string with the matched part.

To Top