1. 首页
  2. WordPress 函数手册

endElement()

endElement( resource $parser, string $tagName )

在XML标记末尾调用的XML回调函数。
XML callback function that is called at the end of a XML tag.

目录锚点:#参数#返回#源码


参数(Parameters)

参数 类型 必填 说明
$parser (resource) 必需 XML分析器资源。
$tagName (string) 必需 XML标记名。

返回(Return)

无返回值


源码(Source)


更新版本 源码位置 使用 被使用
0.71 wp-admin/link-parse-opml.php:71 0 0

endElement() 为WP2原创文章,链接:https://www.wp2.cn/functions/endelement/