Question:Which of the following PHP function is used to load XML from a string?
A simplexml_load_string() B simple_xml_load() C xml_load_file() D xml_load_file_string()
+ AnswerA
+ Report