|
tidyNode::getPreviousSiblingReturns the previous sibling node of the current node Description
public tidyNodenull tidyNode::getPreviousSibling()
Returns the previous sibling node of the current node. ParametersThis function has no parameters. Return Values
Returns a tidyNode if the node has a previous sibling, or ExamplesExample #1 tidyNode::getPreviousSibling example
The above example will output: string(13) "<p>Hello</p> " See Also
|