PHP - Manual: DOMElement::hasAttribute
2024-11-14
(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.
qualifiedName
The attribute name.
成功时返回 true
, 或者在失败时返回 false
。
官方地址:https://www.php.net/manual/en/domelement.hasattribute.php