Find out whether an extension is loaded - PHP

Finds out whether the extension is loaded.
bool extension_loaded ( string $name )
Returns TRUE if the extension identified by name is loaded, FALSE otherwise.



No comments:

Post a Comment