endElement()

最后更新于:2021-11-26 04:01:43

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.

源文件

文件: gc-admin/link-parse-opml.php

function endElement( $parser, $tag_name ) { // phpcs:ignore GeChiUI.NamingConventions.ValidFunctionName.FunctionNameInvalid
	// Nothing to do.
}