(PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8)
xml_set_end_namespace_decl_handler — Set up end namespace declaration handler
Set a handler to be called when leaving the scope of a namespace declaration. This will be called, for each namespace declaration, after the handler for the end tag of the element in which the namespace was declared.
This event is not supported under libXML, so a registered handler wouldn't be called.
parser
XML-парсер.
handler
Якщо задано null
або порожній рядок, обробник буде відновлено до його
початкового стану.
Якщо параметр handler
має тип callable, то
обробником стане функція/метод, що має таку назву виклику.
Параметру handler
дозволяється мати тип
string, якщо це назва метода об'єкта, встановленого функцією
xml_set_object().
The signature of the handler must be:
parser
prefix
false
if no prefix exists.
Завжди повертає true
.
Версія | Опис |
---|---|
8.0.0 |
Тепер параметр parser має бути примірником
XMLParser. Раніше очікувався
xml -resource.
|