|
tidyNode::getNextSiblingReturns the next sibling node of the current node Descriptionpublic tidyNodenull tidyNode::getNextSibling()
Returns the next sibling node of the current node. ParametersThis function has no parameters. Return Values
Returns a tidyNode if the node has a next sibling, or ExamplesExample #1 tidyNode::getNextSibling example
The above example will output: string(13) "<p>World</p> " See Also
|