1.

To create a SimpleXML object from an XML document stored in a string, passthestring to---------returns a SimpleXML objectSol:

A. simpleXML
B. simplexml_load_string( ).
C. simplexml_load_file( filename)
D. XML parser.
Answer» C. simplexml_load_file( filename)


Discussion

No Comment Found