File "childNodes.md"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode/childNodes.md
File size: 334 bytes
MIME-type: text/plain
Charset: utf-8
```php
childNodes ( [ int $idx = -1 ] ) : mixed
```
| Parameter | Description |
|-----------|----------------------------------------------------------|
| `idx` | Index of the node to return or `-1` to return all nodes. |
Returns all or one specific child node from the current node.