Приглашаем посетить
Отели (hotels.otpusk-info.ru)

DomNode->last_child

is_blank_node" HREF="/php/007/function.domnode-is-blank-node.html">next_sibling" HREF="/php/007/function.domnode-next-sibling.html">

DomNode->last_child

(no version information, might be only in CVS)

DomNode->last_child --  Returns last child of node

Описание

domelement DomNode->last_child ( void )

Returns the last child of the node.

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

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