Parle\Parser::errorInfo
PHP Manual
PHP Manual»Parle\Parser»Parle\Parser::errorInfo

Parle\Parser::errorInfo

(PECL parle >= 0.5.1)

Parle\Parser::errorInfoRetrieve the error information

Descrizione

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

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns an instance of Parle\ErrorInfo.

To Top