Parle\Parser::sigilName
PHP Manual
PHP Manual»Parle\Parser»Parle\Parser::sigilName

Parle\Parser::sigilName

(PECL parle >= 0.8.4)

Parle\Parser::sigilNameRetrieve a rule or token name

Açıklama

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

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

Bağımsız Değişkenler

idx

Match index, zero based.

Dönen Değerler

Returns a string with the matched part.

To Top