extension_loaded()
Category: PHP Information
Command
extension_loaded()
Description
The extension_loaded function is part of the PHP PHP Information category.
Refer to the official PHP documentation for details.
Example
<?php
// Example usage of extension_loaded()
?>