(PHP3 >= 3.0.10, PHP4 >= 4.0b4)
extension_loaded -- find out whether an extension is loaded
Description
bool extension_loaded
(string name)
Returns true if the extension identified by
name is loaded. You can see the names of
various extensions by using phpinfo().
See also phpinfo().
Note:
This function was added in 3.0.10.