array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'parle-parser.build.php', 1 => 'Parle\\Parser::build', 2 => 'Finalize the grammar rules', ), 'up' => array ( 0 => 'class.parle-parser.php', 1 => 'Parle\\Parser', ), 'prev' => array ( 0 => 'parle-parser.advance.php', 1 => 'Parle\\Parser::advance', ), 'next' => array ( 0 => 'parle-parser.consume.php', 1 => 'Parle\\Parser::consume', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/parle/parle/parser/build.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL parle >= 0.5.1)
Parle\Parser::build — Finalize the grammar rules
Any tokens and grammar rules previously added are finalized. The rule set becomes readonly and the parser is ready to start.
此函数没有参数。
没有返回值。