English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The xml_set_end_namespace_decl_handler() function is used to establish a termination namespace declaration handler.
bool xml_set_end_namespace_decl_handler ( resource $parser , callable $handler )
The handler to be called when setting the end namespace declaration range. This function is called after the handler of the end tag of the element that declares the namespace for each namespace declaration.
Returns True on success, false on failure
Serial number | Parameters and descriptions |
---|---|
1 | parser Reference to the XML parser. |
2 | handler It is used to specify the function used as the event handler |