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 Retorna el nodo hermano anterior

Descripción

domelement DomNode::previous_sibling ( void )

Esta función retorna el hermano anterior del nodo actual. Si no existe un hermano anterior retorna FALSE (< 4.3) o NULL (>= 4.3). Puede usar esta función para iterar sobre todos los hermanos del nodo como se muestra en el ejemplo.

Véase también 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 | sitemap | contact | advertising | mirror sites