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, 18 Jul 2008

view this page in

DomNode->previous_sibling

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

DomNode->previous_sibling — Restituisce il nodo fratello precedente

Descrizione

object DomNode->previous_sibling ( void )

Questa funzione restituisce il nodo fratello precedente rispetto al nodo corrente. Se non vi sono nodi precedenti la funzione restituisce FALSE (< 4.3) oppure null (>= 4.3). Si può utilizzare questa funzione per attraversare tutti i nodi figli come illustrato nell'esempio.

Vedere anche 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, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites