tidyNode::getPreviousSiblingReturns the previous sibling node of the current node 説明
public tidyNodenull tidyNode::getPreviousSibling()
Returns the previous sibling node of the current node. パラメータこの関数にはパラメータはありません。 戻り値
Returns a tidyNode if the node has a previous sibling, or 例例1 tidyNode::getPreviousSibling example
上の例の出力は以下となります。 string(13) "<p>Hello</p> " 参考
|