PHP 8.4.2 Released!

Dom\Text::splitText

(PHP 8 >= 8.4.0)

Dom\Text::splitText Breaks this node into two nodes at the specified offset

Опис

public Dom\Text::splitText(int $offset): Dom\Text

Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.

Параметри

offset

The offset at which to split, starting from 0.

Значення, що повертаються

The new node of the same type, which contains all the content at and after the offset.

add a note

User Contributed Notes

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