DOMText::splitTextBreaks this node into two nodes at the specified offset Description
public DOMTextfalse 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
Parameters
Return Values
The new node of the same type, which contains all the content at and after the
|