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

    (PHP 5, PHP 7)

    Indicates if two nodes are the same node

    说明

    publicDOMNode::isSameNode(DOMNode$node): bool

    This function indicates if two nodes are the same node. The comparison isnotbased on content

    参数

    $node

    The compared node.

    返回值

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