Statement on glibc/iconv Vulnerability

libxml_get_external_entity_loader

(PHP 8 >= 8.2.0)

libxml_get_external_entity_loader現在の外部エンティティローダーを取得する

説明

libxml_get_external_entity_loader(): ?callable

直前に libxml_set_external_entity_loader() を使って設定した、外部エンティティローダーを取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

直前に libxml_set_external_entity_loader() を使って設定した、外部エンティティローダーを返します。 libxml_set_external_entity_loader() をコールしたことがないか、null を渡して呼び出した場合は null を返します。

参考

add a note

User Contributed Notes

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