DOMNode::isSameNode

(PHP 5, PHP 7)

DOMNode::isSameNode Indicates if two nodes are the same node

설명

public bool DOMNode::isSameNode ( DOMNode $node )

This function indicates if two nodes are the same node. The comparison is not based on content

인수

node

The compared node.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top