• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • DOMNode::hasAttributes()

    (PHP 5, PHP 7)

    Checks if node has attributes

    说明

    publicDOMNode::hasAttributes(void): bool

    This method checks if the node has attributes. The tested node has to be an XML_ELEMENT_NODE.

    返回值

    成功时返回TRUE,或者在失败时返回FALSE

    参见

    • DOMNode::hasChildNodes() Checks if node has children