Parle\RParser::errorInfo
PHP Manual
PHP Manual»Parle\RParser»Parle\RParser::errorInfo

Parle\RParser::errorInfo

(PECL parle >= 0.7.0)

Parle\RParser::errorInfoRetrieve the error information

Опис

public function Parle\RParser::errorInfo(): Parle\ErrorInfo

Retrieve the error information in case Parle\RParser::action() returned the error action.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns an instance of Parle\ErrorInfo.

To Top