Php/docs/class.parle-errorinfo

来自菜鸟教程
跳转至:导航、​搜索

(PECL parle >= 0.5.2)

简介

The class represents detailed error information as supplied by Parle\Parser::errorInfo()


类摘要


Parle\ErrorInfo {

/* 属性 */

public int $id

public int $position

public mixed $token

/* 方法 */

}

属性

id
Error id.
position
Position in the input, where the error occurred.
token
If applicable - the Parle\Token related to the error, otherwise null.