Q. To create a SimpleXML object from an XML document stored in a string, passthestring to---------returns a SimpleXML objectSol: (Solved)
1. simpleXML
2. simplexml_load_string( ).
3. simplexml_load_file( filename)
4. XML parser.
- b. simplexml_load_string( ).