CakeFest 2024: The Official CakePHP Conference

Parle\Parser::sigilName

(PECL parle >= 0.8.4)

Parle\Parser::sigilNameRetrieve a rule or token name

Descripción

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

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

Parámetros

idx

Match index, zero based.

Valores devueltos

Returns a string with the matched part.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top