PHP 8.4.6 Released!

Parle\RParser::token

(PECL parle >= 0.7.0)

Parle\RParser::tokenDeclara un token

Descripción

public Parle\RParser::token(string $tok): void

Declara un token para usar en la gramática.

Parámetros

tok

El nombre del token.

Valores devueltos

No devuelve ningún valor.

add a note

User Contributed Notes

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