|
PHP5中文手册
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(). |