Q.

You can use function---------------if you have XMLcontent in a file. Sol:

A. simpleXML
B. simplexml_load_string( ).
C. simplexml_load_file( filename)
D. XML parser.
Answer» C. simplexml_load_file( filename)
2.2k
0
Do you find this helpful?
19

View all MCQs in

Advance PHP

Discussion

NAB

Namita Aslam Ben
3 months ago

What is the difference between using simplexml_load_file( ) and simplexml_load_string( ) functions to load XML content?
1