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

search for in the

DomNode->remove_child> <DomNode->prefix
Last updated: Fri, 22 Aug 2008

view this page in

DomNode->previous_sibling

(No version information available, might be only in CVS)

DomNode->previous_sibling Devuelve el hermano anterior del nodo

Descripción

domelement DomNode->previous_sibling ( void )

Esta función devuelve el hermano anterior del nodo actual. Si no hay un hermano anterior, devuelve FALSE (< 4.3) o NULL (>= 4.3). Es posible usar esta función para iterar a través de los hijos de un nodo, como se muestra en el ejemplo.

Vea 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.

DomNode->remove_child> <DomNode->prefix
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites