PHP
HTML

DOMElement::hasAttributeNS

DOMElement::hasAttributeNS

(PHP 5, PHP 7)

DOMElement :: hasAttributeNS - 检查属性是否存在

描述

public bool DOMElement::hasAttributeNS ( string $namespaceURI , string $localName )

表示命名空间属性是否namespaceURI命名localName存在的元素中的一员。

参数

namespaceURI

名称空间URI。

localName

本地名称。

返回值

TRUE成功或FALSE失败时返回。