simplexml_load_string(no version information, might be only in CVS) simplexml_load_string -- Interprets a string of XML into an object.Descriptionobject simplexml_element simplexml_load_string ( string data)This function will take the well-formed xml string data and return an object with properties containing the data held within the xml document. If any errors occur, it returns FALSE.
See also: simplexml_load_file(). | ||