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

File size: 249B
# children

```php
children ( [ 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.