DOM XML 函数
PHP 手册

DomNode->child_nodes

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

DomNode->child_nodes Returns children of node

说明

array DomNode->child_nodes ( void )

Returns all children of the node.

See also domnode_next_sibling(), and domnode_previous_sibling().


DOM XML 函数
PHP 手册