libxml_get_last_error

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

libxml_get_last_error Lee el último error de libxml

Descripción

libxml_get_last_error(): LibXMLError|false

libxml_get_last_error() lee el último error de libxml.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

libxml_get_last_error() devuelve un objeto LibXMLError si hay un error, y false en caso contrario.

Ver también