libxml_get_external_entity_loader

(PHP 8 >= 8.2.0)

libxml_get_external_entity_loaderGet the current external entity loader

Description

libxml_get_external_entity_loader(): ?callable

Get external entity loader previously installed by libxml_set_external_entity_loader().

Parameters

This function has no parameters.

Return Values

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.

See Also

add a note

User Contributed Notes

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