downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DomNode::remove_child> <DomNode::prefix
[edit] Last updated: Fri, 25 May 2012

view this page in

DomNode::previous_sibling

(PHP 4 >= 4.1.0)

DomNode::previous_sibling 前の兄弟ノードを返す

説明

domelement DomNode::previous_sibling ( void )

この関数は現在のノードの前の兄弟ノードを返します。 前の兄弟ノードが存在しない場合、FALSE (< 4.3) もしくは NULL (>= 4.3) を返します。この関数を使用することで、 例に示されたようにノードの全ての子コードを走査する事ができます。

domnode_next_sibling() も参照ください。



add a note add a note User Contributed Notes DomNode::previous_sibling
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites