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 contiene ningún parámetro.

Valores devueltos

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

Ver también

add a note

User Contributed Notes

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