xml_set_start_namespace_decl_handler() 函数设置起始命名空间声明处理程序。
该函数指定声明命名空间时要调用的函数。
笔记:这个处理程序参数也可以是包含对象引用和方法名称的数组。
xml_set_start_namespace_decl_handler(
parser,
handler)
Parameter | Description |
---|---|
parser | Required. Specifies the XML parser to use |
handler | Required. Specifies a function to be used as an event handler. The function must have three parameters:
|
返回值: | 成功则为真。失败时为 FALSE |
---|---|
PHP 版本: | 4.0.5+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!