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