Check if PHP extension is enabled
13 October 2023 (Updated 13 October 2023)
Syntax:
php -m | grep <extension-name>
Example:
php -m | grep pdo_mysql
Thanks for your comment 🙏. Once it's approved, it will appear here.
Syntax:
php -m | grep <extension-name>
Example:
php -m | grep pdo_mysql
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment