PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<DomNode->is_blank_nodeDomNode->next_sibling>
Last updated: Mon, 16 Jul 2012

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().




<DomNode->is_blank_nodeDomNode->next_sibling>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST