appendChild ( object $node ) : object
Parameter | Description |
---|---|
node |
An object of type HtmlNode |
Makes the current node parent of the node provided to this function.
Returns the provided node.
appendChild ( object $node ) : object
Parameter | Description |
---|---|
node |
An object of type HtmlNode |
Makes the current node parent of the node provided to this function.
Returns the provided node.