CakeFest 2024: The Official CakePHP Conference

Parle\RParser::build

(PECL parle >= 0.7.0)

Parle\RParser::buildFinalize the grammar rules

Descrição

public Parle\RParser::build(): void

Any tokens and grammar rules previously added are finalized. The rule set becomes readonly and the parser is ready to start.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

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