View file core/libs/htmlParser/manual/docs/api/simple_html_dom/link_nodes.md
# link_nodes (protected) ```php link_nodes ( object &$node, bool $is_child ) ``` Links the provided node to the DOM tree. | Parameter | Description | --------- | ----------- | `node` | The node to link to the DOM tree. | `is_child` | If active, makes the node a sibling of the current node (child of parent).