略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Parle\Lexer::push

2024-05-02

Parle\Lexer::push

(PECL parle >= 0.5.1)

Parle\Lexer::pushAdd a lexer rule

说明

public Parle\Lexer::push(string $regex, int $id): void

Push a pattern for lexeme recognition.

参数

regex

Regular expression used for token matching.

id

Token id. If the lexer instance is meant to be used standalone, this can be an arbitrary number. If the lexer instance is going to be passed to the parser, it has to be an id returned by Parle\Parser::tokenid().

返回值

没有返回值。

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/parle-lexer.push.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3