0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.188.106.47


Current Path : /var/www/website/nublr/Regulations/simplehtmldom/manual/docs/api/HtmlNode/
Upload File :
Current File : /var/www/website/nublr/Regulations/simplehtmldom/manual/docs/api/HtmlNode/appendChild.md

---
title: appendChild
---

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

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

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

Returns the provided node.