PHP 8.3.4 Released!

libxml_get_last_error

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

libxml_get_last_error Obtém o último erro da libxml

Descrição

libxml_get_last_error(): LibXMLError|false

Obtém o último erro da libxml.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Retorna um objeto LibXMLError se houver algum erro no buffer, false caso contrário.

Veja Também

add a note

User Contributed Notes

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