(PHP 5, PHP 7, PHP 8)
DOMElement::hasAttribute — Checks to see if attribute exists
$qualifiedName): bool
Indicates whether attribute named qualifiedName
exists as a member of the element.
qualifiedNameThe attribute name.
成功時(shí)返回 true, 或者在失敗時(shí)返回 false。