NOTE: The namespace end event is not supported under libxml. This issue is formally addressed in the bug report at http://bugs.php.net/bug.php?id=30834
(PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8)
xml_set_end_namespace_decl_handler — 设置终止命名空间声明处理程序
设置离开命名空间声明作用域时要调用的处理程序。对于每个命名空间声明,这将在声明命名空间的元素的结束标记的处理程序之后调用。
libXML 不支持此事件,因此不会调用已注册的处理程序。
parser
XML 解析器。
handler
如果传递 null
或空字符串,处理程序将重置为其默认状态。
如果 handler
是 callable,设置的 callable 将作为处理程序。
如果 handler
是 string,它可以是 xml_set_object()
设置的对象的方法名称。
处理程序的签名必须是:
parser
prefix
false
。
总是返回 true
。
NOTE: The namespace end event is not supported under libxml. This issue is formally addressed in the bug report at http://bugs.php.net/bug.php?id=30834