XMLREADER.EXPAND(3) 1 XMLREADER.EXPAND(3) XMLReader::expand - Returns a copy of the current node as a DOM objectSYNOPSISpublic DOMNode XMLReader::expand ([DOMNode $basenode])DESCRIPTIONThis method copies the current node and returns the appropriate DOM object.PARAMETERSo $basenode - A DOMNode defining the target DOMDocument for the created DOM object.RETURN VALUESThe resulting DOMNode or FALSE on error.CHANGELOG+--------+-------------------------------------+ |Version | | | | | | | Description | | | | +--------+-------------------------------------+ | 5.3.0 | | | | | | | The parameter $basenode was added. | | | | +--------+-------------------------------------+ PHP Documentation Group XMLREADER.EXPAND(3)