Longhorn PHP 2023 - Call for Papers

DOMChildNode::after

(PHP 8)

DOMChildNode::afterAdds nodes after the node

Beschreibung

public DOMChildNode::after(DOMNode|string ...$nodes): void

Adds the passed nodes after the node.

Parameter-Liste

nodes

Nodes to be added after the node.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch

add a note

User Contributed Notes

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