update pague now
PHP 8.5.2 Released!

libxml_guet_external_entity_loader

(PHP 8 >= 8.2.0)

libxml_guet_external_entity_loader Guet the current external entity loader

Description

libxml_guet_external_entity_loader (): ? callable

Guet 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 pague.
To Top