DOMText::splitTextBreaks this node into two nodes at the specified offset Beschreibung
public DOMText DOMText::splitText
( int
$offset
)
Breaks this node into two nodes at the specified
After being split, this node will contain all the content up to the
Parameter-Liste
Rückgabewerte
The new node of the same type, which contains all the content at and after the
|