Re: [PHP-DOC] Error in doc for DOMElement->getElementsByTagName?

2004-08-24 Thread Erik Franzén
Done /Erik Friedhelm Betz wrote: On Monday 23 August 2004 21:38, Erik Franzén wrote: Current published version (16-08-2004) Description object DOMElement->getElementsByTagName ( string name) This function returns a new instance of class DOMNodeList containing the elements with tagnames matching the

Re: [PHP-DOC] Error in doc for DOMElement->getElementsByTagName?

2004-08-24 Thread Friedhelm Betz
On Monday 23 August 2004 21:38, Erik Franzén wrote: > Current published version (16-08-2004) > > Description > object DOMElement->getElementsByTagName ( string name) > > This function returns a new instance of class DOMNodeList containing the > elements with tagnames matching the name parameter. Us

[PHP-DOC] Error in doc for DOMElement->getElementsByTagName?

2004-08-23 Thread Erik Franzén
Current published version (16-08-2004) Description object DOMElement->getElementsByTagName ( string name) This function returns a new instance of class DOMNodeList containing the elements with tagnames matching the name parameter. Use "*" for the name to return all elements within the document.