(no version information, might be only in CVS)
SimpleXMLElement->__construct() -- Creates a new SimpleXMLElement objectCreates a new SimpleXMLElement object.
data
A well-formed XML string or the path or URL to an XML document if
data_is_url
is TRUE.
options
Optionally used to specify additional Libxml parameters.
data_is_url
By default, data_is_url
is FALSE. Use TRUE to
specify that data
is a path or URL to an XML
document instead of string data.
ns
is_prefix
Produces an E_WARNING error message for each error found in the XML data and throws an exception if errors were detected.