libxml_get_external_entity_loader

(PHP 8 >= 8.2.0)

libxml_get_external_entity_loaderGet the current external entity loader

说明

libxml_get_external_entity_loader(): ?callable

Get external entity loader previously installed by libxml_set_external_entity_loader().

参数

此函数没有参数。

返回值

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.

参见

add a note add a note

User Contributed Notes

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