CakeFest 2024: The Official CakePHP Conference

DOMChildNode::remove

(PHP 8)

DOMChildNode::removeRemoves the node

Description

public DOMChildNode::remove(): void

Removes the node.

Parameters

This function has no parameters.

Return Values

No value is returned.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top