Parle\Parser::errorInfo

(PECL parle >= 0.5.1)

Parle\Parser::errorInfoRetrieve the error information

Descripción

publicParle\Parser::errorInfo(): Parle\ErrorInfo

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns an instance of Parle\ErrorInfo.

To Top