略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Parle\Token

2024-05-02

The Parle\Token class

(PECL parle >= 0.5.2)

简介

This class represents a token. Lexer returns instances of this class.

类摘要

class Parle\Token {
/* Constants */
const int EOI = 0;
const int UNKNOWN = -1;
const int SKIP = -2;
/* 属性 */
public int $id;
public string $value;
/* 方法 */
}

属性

id

Token id.

value

Token value.

预定义常量

Parle\Token::EOI

End of input token id.

Parle\Token::UNKNOWN

Unknown token id.

Parle\Token::SKIP

Skip token id.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.parle-token.php

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