DomNode->first_child

(no version information, might be only in CVS)

DomNode->first_child --  Restituisce il primo nodo figlio

Descrizione

object DomNode->first_child ( void )

Restituisce il primo nodo figlio.

(PHP >= 4.3 solo) Se non si trova il primo figlio, si restituisce NULL.

Vedere anche domnode_last_child(), domnode_next_sibling() e domnode_previous_sibling().