|
xml_set_end_namespace_decl_handlerSet up end namespace declaration handler Description
true xml_set_end_namespace_decl_handler(XMLParser
$parser , callable $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. Caution
This event is not supported under libXML, so a registered handler wouldn't be called. Parameters
Return Values
Always returns Changelog
See Also
|