函数原型
endElement( resource $parser, string $tag_name )
函数描述
XML callback function that is called at the end of a XML tag.
是否弃用
未弃用
函数参数
-
$parser
resource
Required - XML Parser resource.
-
$tag_name
string
Required - XML tag name.
函数返回值
无
函数位置
File: wp-admin/link-parse-opml.php.
函数源码
function endElement( $parser, $tag_name ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
// Nothing to do.
}
源码链接
变更日志
| Version | Description |
|---|---|
| 0.71 | Introduced. |

