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