xml_set_end_namespace_decl_handler

(PHP 4 >= 4.0.5, PHP 5)

xml_set_end_namespace_decl_handler --  建立终止命名空间声明处理器

说明

bool xml_set_end_namespace_decl_handler ( resource parser, callback handler )

警告

本函数暂无文档,仅有参数列表。

注: 除了函数名,还可以用一个数组作参数,该数组由一个对象名和该对象的一个方法名两个元素组成。


add a note add a note User Contributed Notes
Aeden Jameson
20-Dec-2004 01:19
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
Los Olvidados
31-Jan-2003 06:39
From Expat manual:

typedef void
(*XML_EndNamespaceDeclHandler)(void *userData,
                               const XML_Char *prefix);

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.