Приглашаем посетить
Екатерина II (ekaterina-ii.niv.ru)

DomNode->first_child

dump_node" HREF="/php/007/function.domnode-dump-node.html">get_content" HREF="/php/007/function.domnode-get-content.html">

DomNode->first_child

(no version information, might be only in CVS)

DomNode->first_child --  Returns first child of node

Описание

domelement DomNode->first_child ( void )

Returns the first child of the node.

(PHP >= 4.3 only) If no first child is found, NULL is returned.

See also domnode_last_child(), and domnode_next_sibling(), domnode_previous_sibling().