Computer Science, asked by sharathkumar1873, 10 months ago

Explain the mechanism available for handling xml in php​

Answers

Answered by shutthefirstdoor
0

Answer:

PHP 5's new SimpleXML module makes parsing an XML document, well, simple. It turns an XML document into an object that provides structured access to the XML. To create a SimpleXML object from an XML document stored in a string, pass the string to simplexml_load_string( ). It returns a SimpleXML object.

MARK ME PLEASE PLEASE I BEG U

Similar questions