(No version information available, might be only in CVS)
DOMElement->hasAttributeNS() — Checks to see if attribute exists
Indicates whether attribute in namespace namespaceURI named localName exists as a member of the element.
The namespace URI.
The local name.
如果成功则返回 TRUE ,失败则返回 FALSE 。
© 2005-2008 BlaBla.cn 版权所有