International PHP Conference Munich 2025

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 1 note

up
0
kevin dot sours at internetbrands dot com
3 months ago
Removing a nodes in a loop over a dom structure can break the iterator so
foreach ($element->childNodes AS $child)
{
$child->remove();
}

isn't going to do what it looks like it should. The loop body will only run once regardless of how many children exist.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant