libxml_get_external_entity_loader

(PHP 8 >= 8.2.0)

libxml_get_external_entity_loaderGet the current external entity loader

Descrizione

libxml_get_external_entity_loader(): ?callable

Get external entity loader previously installed by libxml_set_external_entity_loader().

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The external entity loader previously installed by libxml_set_external_entity_loader(). If that function was never called, or if it was called with null, null will be returned.

Vedere anche:

add a note add a note

User Contributed Notes

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