View file core/libs/htmlParser/manual/docs/api/simple_html_dom_node/appendChild.md

File size: 298B
# appendChild

```php
appendChild ( object $node ) : object
```

| Parameter | Description
| --------- | -----------
| `node`    | An object of type [`simple_html_dom_node`](../simple_html_dom_node/)

Makes the current node parent of the node provided to this function.

Returns the provided node.