DOMNode::isSameNode

(PHP 5)

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