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

Descrizione

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

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns an instance of Parle\ErrorInfo.

To Top