File "appendChild.md"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode/appendChild.md
File size: 355 bytes
MIME-type: text/plain
Charset: utf-8
```php
appendChild ( object $node ) : object
```
| Parameter | Description |
|-----------|------------------------------------------------------|
| `node` | An object of type [`HtmlNode`](../HtmlNode/index.md) |
Makes the current node parent of the node provided to this function.
Returns the provided node.