libxml_get_last_error

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

libxml_get_last_error Recupera el último error de libxml

Descripción

libxml_get_last_error(): LibXMLError

Recupera el último error de libxml.

Valores devueltos

Devuelve un objeto de tipo LibXMLError si hay algún error en el buffer, o false en caso contrario.

Ver también

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top