![]() | simplexml_load_stringDescriptionobject 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(). | ![]() |