How to Test Whether SimpleXML is installed on my PHP or not?

Viewed 34603

Anyone knows that? That thing is installed by default. But is there an easy way to check whether an extension is installed or not?

I check that simplexml_load_string is available to me but how do simplexml is not listed on php.ini

6 Answers
Related